--- # Global Options Go Here IndentWidth: 2 ColumnLimit: 100 --- Language: Cpp BasedOnStyle: GNU AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlignConsecutiveMacros: true ForEachMacros: [] IndentWidth: 2 AlignConsecutiveAssignments: Consecutive AlignConsecutiveBitFields: Consecutive AlignEscapedNewlines: Left AlwaysBreakTemplateDeclarations: Yes IncludeBlocks: Regroup SortIncludes: true SortUsingDeclarations: true ...