diff --git a/.clang-format b/.clang-format index cdd0327c0..ca001716f 100644 --- a/.clang-format +++ b/.clang-format @@ -130,7 +130,10 @@ InsertBraces: false InsertTrailingCommas: None JavaScriptQuotes: Leave JavaScriptWrapImports: true -KeepEmptyLinesAtTheStartOfBlocks: true +KeepEmptyLines: + AtEndOfFile: true + AtStartOfBlock: true + AtStartOfFile: true LambdaBodyIndentation: Signature MacroBlockBegin: '' MacroBlockEnd: ''