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 0fdf4f0 commit d09d377Copy full SHA for d09d377
.clang-format
@@ -8,8 +8,12 @@ AccessModifierOffset: -4
8
DerivePointerAlignment: false
9
PointerAlignment: Left
10
ReferenceAlignment: Left
11
-AllowShortFunctionsOnASingleLine: None
+AllowShortFunctionsOnASingleLine: Inline
12
AllowShortIfStatementsOnASingleLine: false
13
-AllowShortLoopsOnASingleLine: false
14
BreakBeforeBinaryOperators: NonAssignment
15
Cpp11BracedListStyle: true
+ContinuationIndentWidth: 0
16
+
17
+BinPackArguments: false
18
+BinPackParameters: false
19
0 commit comments