From 1bb7012704e791cd9bf7263d3116498c132e1967 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 24 Jul 2018 19:59:02 +0200 Subject: [PATCH] Improved format_style_on_save_comment --- src/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.h b/src/files.h index fad245f..750d58d 100644 --- a/src/files.h +++ b/src/files.h @@ -33,7 +33,7 @@ const std::string default_config_file = R"RAW({ "cleanup_whitespace_characters": false, "show_whitespace_characters_comment": "Determines what kind of whitespaces should be drawn. Use comma-separated list of: space, tab, newline, nbsp, leading, text, trailing or all", "show_whitespace_characters": "", - "format_style_on_save_comment": "Performs clang-format on save for C/C++ and other curly-bracket languages supported by clang-format", + "format_style_on_save_comment": "Performs style format on save if supported on language in buffer", "format_style_on_save": false, "format_style_on_save_if_style_file_found_comment": "Format style if format file is found, even if format_style_on_save is false", "format_style_on_save_if_style_file_found": false,