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