Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust clang-format style
Browse files Browse the repository at this point in the history
chfast authored and axic committed Apr 29, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7843029 commit 7b1edd1
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:
@@ -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 7b1edd1

Please sign in to comment.