Add clang format config
This commit is contained in:
parent
4506c4758c
commit
215c4a85e5
1 changed files with 11 additions and 0 deletions
11
.clang-format
Normal file
11
.clang-format
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
UseTab: Never
|
||||||
|
IndentWidth: 4
|
||||||
|
ContinuationIndentWidth: 8
|
||||||
|
BreakBeforeBraces: Stroustrup
|
||||||
|
AlignAfterOpenBracket: DontAlign
|
||||||
|
AlignEscapedNewlines: DontAlign
|
||||||
|
AlignConsecutiveAssignments: true
|
||||||
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
|
IndentCaseLabels: false
|
||||||
|
ColumnLimit: 0
|
||||||
|
SortIncludes: false
|
Loading…
Add table
Reference in a new issue