diff options
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 1869dfe6..5d1f6485 100644 --- a/.clang-format +++ b/.clang-format @@ -91,7 +91,7 @@ IndentPPDirectives: AfterHash #JavaScriptQuotes: Leave #JavaScriptWrapImports: true #KeepLineBreaksForNonEmptyLines: false -#KeepEmptyLinesAtTheStartOfBlocks: true +KeepEmptyLinesAtTheStartOfBlocks: false #MacroBlockBegin: '' #MacroBlockEnd: '' #MaxEmptyLinesToKeep: 1 |