From 906699cc525e9e0be231a58cabffc31ad1f5193c Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 17 Apr 2020 07:41:14 +0200 Subject: .clang-format: no empty lines at the start of blocks --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3