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