diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-04-17 07:41:14 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-04-17 07:49:41 +0200 |
commit | 906699cc525e9e0be231a58cabffc31ad1f5193c (patch) | |
tree | 055161f88101d664cbfa70ec17b00b234ddcb5bc | |
parent | 44ea26d3c32dd2f4c4aa53b85ef7ec75fb354cb3 (diff) | |
download | libquotient-906699cc525e9e0be231a58cabffc31ad1f5193c.tar.gz libquotient-906699cc525e9e0be231a58cabffc31ad1f5193c.zip |
.clang-format: no empty lines at the start of blocks
-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 |