Skip to content

Commit

Permalink
Adjust clang-format style
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Feb 13, 2019
1 parent eed78fb commit 6ca8a01
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Language: Cpp
BasedOnStyle: Chromium
AccessModifierOffset: -4
AccessModifierOffset: -2
AlignAfterOpenBracket: DontAlign
BinPackParameters: true
BraceWrapping:
Expand Down Expand Up @@ -33,9 +33,10 @@ IncludeCategories:
Priority: 4
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: false
IndentWidth: 4
IndentWidth: 2
ContinuationIndentWidth: 4
MaxEmptyLinesToKeep: 2
PenaltyBreakAssignment: 1
PenaltyBreakComment: 50
TabWidth: 4
TabWidth: 2
...

0 comments on commit 6ca8a01

Please sign in to comment.