9
|
1 ---
|
|
2 BasedOnStyle: LLVM
|
15
|
3 UseTab: ForIndentation
|
|
4 PointerAlignment: Left
|
|
5 ColumnLimit: 120
|
9
|
6 IndentWidth: 4
|
|
7 TabWidth: 4
|
15
|
8 AccessModifierOffset: 4
|
|
9
|
9
|
10 IndentCaseLabels: true
|
15
|
11 IndentAccessModifiers: true
|
|
12 IndentPPDirectives: AfterHash
|
|
13
|
9
|
14 BreakBeforeBraces: Attach
|
|
15 BreakStringLiterals: true
|
15
|
16
|
9
|
17 AlignAfterOpenBracket: Align
|
|
18 AlignArrayOfStructures: Left
|
15
|
19 AlignEscapedNewlines: DontAlign
|
9
|
20 AlignConsecutiveMacros:
|
|
21 Enabled: true
|
|
22 AcrossEmptyLines: true
|
|
23 AcrossComments: false
|
15
|
24
|
|
25 AllowShortIfStatementsOnASingleLine: false
|
9
|
26 AllowShortBlocksOnASingleLine: Empty
|
|
27 AllowShortEnumsOnASingleLine: false
|
|
28 AllowShortFunctionsOnASingleLine: InlineOnly
|
|
29 AllowShortCaseLabelsOnASingleLine: true
|
|
30
|
|
31 ---
|
|
32 Language: Cpp
|
|
33 Standard: Cpp11
|