We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c38387 commit 20720d9Copy full SHA for 20720d9
.clang-format
@@ -1,4 +1,7 @@
1
BasedOnStyle: LLVM
2
AllowShortBlocksOnASingleLine: false
3
+AllowShortCaseLabelsOnASingleLine: false
4
+AllowShortIfStatementsOnASingleLine: false
5
+AllowShortLoopsOnASingleLine: false
6
AllowShortFunctionsOnASingleLine: Empty
7
PointerAlignment: Left
0 commit comments