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