-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.clang-format
32 lines (32 loc) · 1.09 KB
/
.clang-format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Standard: Cpp11
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: None
IndentWidth: 4
UseTab: Never
Language: Cpp
ColumnLimit: 120
BreakBeforeBraces: Linux
IndentCaseLabels: true
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
LineEnding: LF
InsertBraces: true
SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeCpp11BracedList: true
SpaceBeforeCtorInitializerColon: true
SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyBlock: false
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInConditionalStatement: false
SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpaceBeforeSquareBrackets: false