1Language: Cpp 2IndentWidth: 4 3PointerAlignment: Left 4BreakBeforeBraces: Custom 5BraceWrapping: { AfterFunction: true, AfterControlStatement: false } 6IndentCaseLabels: false 7ReflowComments: false 8ColumnLimit: 120 9AccessModifierOffset: -4 10AlignTrailingComments: true 11AllowShortBlocksOnASingleLine: false 12AllowShortIfStatementsOnASingleLine: false 13AllowShortLoopsOnASingleLine: false 14