We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7965fd2 commit 0f40dddCopy full SHA for 0f40ddd
.clang-format
@@ -12,7 +12,7 @@
12
---
13
BasedOnStyle: LLVM
14
AlignConsecutiveMacros: AcrossComments
15
-AllowShortBlocksOnASingleLine: false
+AllowShortBlocksOnASingleLine: Never
16
AllowShortCaseLabelsOnASingleLine: false
17
AllowShortEnumsOnASingleLine: false
18
AllowShortFunctionsOnASingleLine: None
@@ -79,7 +79,7 @@ IndentCaseLabels: false
79
IndentWidth: 8
80
InsertBraces: true
81
SpaceBeforeParens: ControlStatementsExceptControlMacros
82
-SortIncludes: false
+SortIncludes: Never
83
UseTab: Always
84
WhitespaceSensitiveMacros:
85
- STRINGIFY
0 commit comments