1ColumnLimit: 100
2
3UseTab: Never
4IndentWidth: 4
5AccessModifierOffset: -4
6NamespaceIndentation: Inner
7
8BreakBeforeBraces: Allman
9AlwaysBreakTemplateDeclarations: true
10BreakConstructorInitializersBeforeComma: true
11ConstructorInitializerAllOnOneLineOrOnePerLine: true
12AllowShortBlocksOnASingleLine: true
13AllowShortFunctionsOnASingleLine: All
14AllowShortIfStatementsOnASingleLine: true
15AllowShortLoopsOnASingleLine: true
16
17PointerAlignment: Left
18AlignConsecutiveAssignments: false
19AlignTrailingComments: true
20
21SpaceAfterCStyleCast: true
22