diff --git a/src/files.h b/src/files.h index eee5f0d..c077227 100644 --- a/src/files.h +++ b/src/files.h @@ -58,7 +58,7 @@ const std::string configjson = " \"705\": \"def:comment\"\n" " },\n" " \"clang_format_style_comment\": \"IndentWidth, AccessModifierOffset and UseTab are set automatically. See http://clang.llvm.org/docs/ClangFormatStyleOptions.html\",\n" -" \"clang_format_style\": \"ColumnLimit: 0\"\n" +" \"clang_format_style\": \"ColumnLimit: 0, MaxEmptyLinesToKeep: 2\"\n" " },\n" " \"keybindings\": {\n" " \"preferences\": \"comma\",\n"