5 BreakBeforeBraces: Linux
6 AllowShortIfStatementsOnASingleLine: false
7 IndentCaseLabels: false
9 ContinuationIndentWidth: 8
11 AlwaysBreakBeforeMultilineStrings: true
12 AllowShortLoopsOnASingleLine: false
13 AllowShortFunctionsOnASingleLine: false
14 AlignEscapedNewlinesLeft: false
15 AlignTrailingComments: true
16 AllowAllParametersOfDeclarationOnNextLine: false
17 AlignAfterOpenBracket: true
18 SpaceAfterCStyleCast: false
19 MaxEmptyLinesToKeep: 2
20 BreakBeforeBinaryOperators: NonAssignment
21 BreakStringLiterals: false