Browse Source

Added MaxEmptyLinesToKeep: 2 to default clang-format style.

merge-requests/365/head
eidheim 10 years ago
parent
commit
560a68425d
  1. 2
      src/files.h

2
src/files.h

@ -58,7 +58,7 @@ const std::string configjson =
" \"705\": \"def:comment\"\n" " \"705\": \"def:comment\"\n"
" },\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_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" " },\n"
" \"keybindings\": {\n" " \"keybindings\": {\n"
" \"preferences\": \"<primary>comma\",\n" " \"preferences\": \"<primary>comma\",\n"

Loading…
Cancel
Save