summaryrefslogtreecommitdiff
path: root/.clang-format
blob: e984d327e9e2f7b621c2c672612f39290803d766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BasedOnStyle: LLVM
AlignAfterOpenBracket: AlwaysBreak
AlignArrayOfStructures: Right
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveBitFields: Consecutive
AlignConsecutiveDeclarations: Consecutive
AlignConsecutiveMacros: Consecutive
AlignEscapedNewlines: Left
ColumnLimit: 80
PenaltyReturnTypeOnItsOwnLine: 10000
PointerAlignment: Left
SortIncludes: CaseSensitive