1---
2AlignConsecutiveMacros: 'true'
3AlignAfterOpenBracket: Align
4AlignConsecutiveAssignments: 'true'
5AlignConsecutiveDeclarations: 'false'
6AlignEscapedNewlinesLeft: 'true'
7AlignOperands: 'true'
8AlignTrailingComments: 'true'
9AllowAllParametersOfDeclarationOnNextLine: 'false'
10AllowShortBlocksOnASingleLine: 'false'
11AllowShortCaseLabelsOnASingleLine: 'false'
12AllowShortFunctionsOnASingleLine: Inline
13AllowShortIfStatementsOnASingleLine: 'false'
14AllowShortLoopsOnASingleLine: 'false'
15AlwaysBreakAfterReturnType: None
16AlwaysBreakBeforeMultilineStrings: 'false'
17AlwaysBreakTemplateDeclarations: 'true'
18BinPackArguments: 'true'
19BinPackParameters: 'true'
20BreakBeforeBinaryOperators: None
21BreakBeforeBraces: Allman
22BreakBeforeTernaryOperators: 'false'
23BreakConstructorInitializersBeforeComma: 'false'
24BreakStringLiterals: 'true'
25ColumnLimit: '120'
26ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
27ConstructorInitializerIndentWidth: '4'
28ContinuationIndentWidth: '4'
29Cpp11BracedListStyle: 'false'
30DerivePointerAlignment: 'false'
31DisableFormat: 'false'
32ExperimentalAutoDetectBinPacking: 'false'
33IndentCaseLabels: 'true'
34IndentWidth: '4'
35IndentWrappedFunctionNames: 'false'
36KeepEmptyLinesAtTheStartOfBlocks: 'false'
37Language: Cpp
38NamespaceIndentation: None
39PointerAlignment: Right
40ReflowComments: 'false'
41SortIncludes: 'false'
42SpaceAfterCStyleCast: 'false'
43SpaceBeforeAssignmentOperators: 'true'
44SpaceBeforeParens: ControlStatements
45SpaceInEmptyParentheses: 'false'
46SpacesInAngles: 'false'
47SpacesInCStyleCastParentheses: 'false'
48SpacesInParentheses: 'false'
49SpacesInSquareBrackets: 'false'
50Standard: Cpp11
51UseTab: Never
52
53...
54