--- AccessModifierOffset: -4 AlignConsecutiveAssignments: true AllowShortIfStatementsOnASingleLine: AllIfsAndElse AllowShortLoopsOnASingleLine: true BasedOnStyle: LLVM BreakBeforeBraces: Attach ColumnLimit: 180 EmptyLineBeforeAccessModifier: Always IndentAccessModifiers: false IndentCaseLabels: true IndentWidth: 4 Language: Cpp Standard: Cpp11 TabWidth: 4 UseTab: Always ... # vim: ft=yaml