--- Language: Cpp BasedOnStyle: WebKit AccessModifierOffset: -2 ConstructorInitializerIndentWidth: 2 ContinuationIndentWidth: 2 IndentWidth: 2 ObjCBlockIndentWidth: 2 SortIncludes: false SpaceBeforeCpp11BracedList: false Cpp11BracedListStyle: true BreakBeforeBraces: Custom BraceWrapping: AfterClass: true AfterControlStatement: false AfterEnum: true AfterExternBlock: true AfterFunction: true AfterNamespace: true AfterStruct: true AfterUnion: true BeforeCatch: true BeforeElse: true AllowAllParametersOfDeclarationOnNextLine: true BreakConstructorInitializers: AfterColon ConstructorInitializerAllOnOneLineOrOnePerLine: true