Language: Cpp BasedOnStyle: WebKit IndentWidth: 4 ColumnLimit: 80 IndentCaseLabels: true InsertNewlineAtEOF: true AllowShortFunctionsOnASingleLine: None AlignAfterOpenBracket: AlwaysBreak BinPackArguments: false AllowAllArgumentsOnNextLine: true BinPackParameters: false AllowAllParametersOfDeclarationOnNextLine: true