Skip to content

Commit d09d377

Browse files
committed
Update clang format
1 parent 0fdf4f0 commit d09d377

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.clang-format

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ AccessModifierOffset: -4
88
DerivePointerAlignment: false
99
PointerAlignment: Left
1010
ReferenceAlignment: Left
11-
AllowShortFunctionsOnASingleLine: None
11+
AllowShortFunctionsOnASingleLine: Inline
1212
AllowShortIfStatementsOnASingleLine: false
13-
AllowShortLoopsOnASingleLine: false
1413
BreakBeforeBinaryOperators: NonAssignment
1514
Cpp11BracedListStyle: true
15+
ContinuationIndentWidth: 0
16+
17+
BinPackArguments: false
18+
BinPackParameters: false
19+

0 commit comments

Comments
 (0)