4 BreakBeforeBraces: Custom
5 BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
6 IndentCaseLabels: false
9 AccessModifierOffset: -4
10 AlignTrailingComments: true
11 AllowShortBlocksOnASingleLine: false
12 AllowShortIfStatementsOnASingleLine: false
13 AllowShortLoopsOnASingleLine: false