1 BasedOnStyle: Mozilla 2 Standard: Cpp11 3 AlignAfterOpenBracket: false 4 AlignEscapedNewlinesLeft: true 5 AlwaysBreakAfterDefinitionReturnType: None 6 BreakBeforeBraces: Allman 7 BreakConstructorInitializersBeforeComma: false 8 ColumnLimit: 100 9 ConstructorInitializerAllOnOneLineOrOnePerLine: true 10 ConstructorInitializerIndentWidth: 0 11 IndentCaseLabels: false 12 SortIncludes: false 13 AlignTrailingComments: false 14