--- Language: Cpp BasedOnStyle: Google ColumnLimit: 120 NamespaceIndentation: All SortIncludes: true IndentWidth: 2 AccessModifierOffset: -2 PenaltyBreakComment: 30 PenaltyExcessCharacter: 100 AlignAfterOpenBracket: Align AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: Yes ReflowComments: false BinPackArguments: false BinPackParameters: false