aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-17 07:41:14 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-17 07:49:41 +0200
commit906699cc525e9e0be231a58cabffc31ad1f5193c (patch)
tree055161f88101d664cbfa70ec17b00b234ddcb5bc
parent44ea26d3c32dd2f4c4aa53b85ef7ec75fb354cb3 (diff)
downloadlibquotient-906699cc525e9e0be231a58cabffc31ad1f5193c.tar.gz
libquotient-906699cc525e9e0be231a58cabffc31ad1f5193c.zip
.clang-format: no empty lines at the start of blocks
-rw-r--r--.clang-format2
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