Skip to content

Commit 6ca8a01

Browse files
committed
Adjust clang-format style
1 parent eed78fb commit 6ca8a01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.clang-format

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Language: Cpp
33
BasedOnStyle: Chromium
4-
AccessModifierOffset: -4
4+
AccessModifierOffset: -2
55
AlignAfterOpenBracket: DontAlign
66
BinPackParameters: true
77
BraceWrapping:
@@ -33,9 +33,10 @@ IncludeCategories:
3333
Priority: 4
3434
IncludeIsMainRegex: '(Test)?$'
3535
IndentCaseLabels: false
36-
IndentWidth: 4
36+
IndentWidth: 2
37+
ContinuationIndentWidth: 4
3738
MaxEmptyLinesToKeep: 2
3839
PenaltyBreakAssignment: 1
3940
PenaltyBreakComment: 50
40-
TabWidth: 4
41+
TabWidth: 2
4142
...

0 commit comments

Comments
 (0)