3 AccessModifierOffset: '-4'
4 AlignAfterOpenBracket: DontAlign
5 AlignEscapedNewlines: Left
7 AlignTrailingComments: 'false'
8 AllowShortFunctionsOnASingleLine: InlineOnly
9 AllowShortLambdasOnASingleLine: All
10 AlwaysBreakTemplateDeclarations: 'Yes'
11 BreakBeforeBinaryOperators: All
12 BreakBeforeBraces: Linux
13 BreakConstructorInitializers: BeforeComma
15 Cpp11BracedListStyle: 'true'
16 DerivePointerAlignment: 'false'
17 FixNamespaceComments: 'false'
18 IndentCaseLabels: 'true'
21 MaxEmptyLinesToKeep: '1'
22 NamespaceIndentation: None
23 PointerAlignment: Middle
24 ReflowComments: 'false'
29 # TODO:consider UseTab: ForIndentation
30 IndentPPDirectives: BeforeHash