.clang-format (1402B) download
1AlignAfterOpenBracket: Align
2AlignConsecutiveAssignments: true
3AlignConsecutiveDeclarations: true
4AlignConsecutiveMacros: true
5AlignEscapedNewlines: true
6AlignOperands: AlignAfterOperator
7AllowShortIfStatementsOnASingleLine: Never
8AllowShortFunctionsOnASingleLine: Empty
9AllowShortLoopsOnASingleLine: false
10AllowShortBlocksOnASingleLine: Empty
11BreakBeforeBraces: Attach
12BreakBeforeTernaryOperators: true
13BreakConstructorInitializers: BeforeComma
14BreakInheritanceList: BeforeComma
15BreakStringLiterals: false
16ColumnLimit: 120
17Cpp11BracedListStyle: false
18FixNamespaceComments: true
19IncludeBlocks: Regroup
20IndentCaseLabels: true
21IndentPPDirectives: AfterHash
22IndentWidth: 4
23MaxEmptyLinesToKeep: 2
24NamespaceIndentation: All
25PointerAlignment: Right
26SortIncludes: true
27SortUsingDeclarations: true
28SpaceAfterCStyleCast: true
29SpaceAfterLogicalNot: false
30SpaceAfterTemplateKeyword: false
31SpaceBeforeAssignmentOperators: true
32SpaceBeforeCpp11BracedList: false
33SpaceBeforeCtorInitializerColon: true
34SpaceBeforeInheritanceColon: true
35SpaceBeforeRangeBasedForLoopColon: true
36SpaceBeforeSquareBrackets: false
37SpaceInEmptyBlock: false
38SpaceInEmptyParentheses: false
39SpacesBeforeTrailingComments: 4
40SpacesInAngles: false
41SpacesInCStyleCastParentheses: false
42SpacesInConditionalStatement: false
43SpacesInContainerLiterals: false
44SpacesInParentheses: false
45SpacesInSquareBrackets: false
46TabWidth: 4
47UseTab: ForIndentation