aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 0b0d0b84ff96047a9152523485f73b14e3451feb (plain)
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