1 2 3 4 5 6 7 8 9 10 11
Language: Cpp BasedOnStyle: WebKit AlignArrayOfStructures: Left AlignAfterOpenBracket: Align AllowShortFunctionsOnASingleLine: Empty ColumnLimit: 80 Cpp11BracedListStyle: true IndentWidth: 2 PointerAlignment: Right SortIncludes: Never AlignTrailingComments: true