9
|
1 ---
|
|
2 BasedOnStyle: LLVM
|
15
|
3 UseTab: ForIndentation
|
|
4 PointerAlignment: Left
|
|
5 ColumnLimit: 120
|
9
|
6 IndentWidth: 4
|
|
7 TabWidth: 4
|
258
|
8
|
|
9 # hack!!!
|
|
10 AccessModifierOffset: -4
|
15
|
11
|
9
|
12 IndentCaseLabels: true
|
258
|
13 IndentAccessModifiers: false
|
15
|
14 IndentPPDirectives: AfterHash
|
|
15
|
9
|
16 BreakBeforeBraces: Attach
|
|
17 BreakStringLiterals: true
|
15
|
18
|
258
|
19 AlwaysBreakTemplateDeclarations: true
|
|
20
|
|
21 SpaceAfterTemplateKeyword: false
|
|
22
|
9
|
23 AlignAfterOpenBracket: Align
|
|
24 AlignArrayOfStructures: Left
|
15
|
25 AlignEscapedNewlines: DontAlign
|
36
|
26 AlignConsecutiveMacros: true
|
15
|
27
|
|
28 AllowShortIfStatementsOnASingleLine: false
|
9
|
29 AllowShortBlocksOnASingleLine: Empty
|
|
30 AllowShortEnumsOnASingleLine: false
|
|
31 AllowShortFunctionsOnASingleLine: InlineOnly
|
|
32 AllowShortCaseLabelsOnASingleLine: true
|
|
33
|
77
|
34 Cpp11BracedListStyle: true
|
|
35
|
9
|
36 ---
|
|
37 Language: Cpp
|
258
|
38 Standard: c++17
|