From cb32cb4ed7e98e70e93dc5c8e895f4c65df35518 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 29 Jan 2021 11:30:51 +0000 Subject: [PATCH] Changed clang-format to remove newline at beggening of block. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c722d050c..3be90d0bf 100644 --- a/.clang-format +++ b/.clang-format @@ -75,7 +75,7 @@ IndentWidth: 2 IndentWrappedFunctionNames: false JavaScriptQuotes: Leave JavaScriptWrapImports: true -KeepEmptyLinesAtTheStartOfBlocks: true +KeepEmptyLinesAtTheStartOfBlocks: false MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 1