summaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: 42d7b6f7b2a41aa0a3fd67ee503a38ebaab2d694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
Language: Cpp
AccessModifierOffset: -8
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: Empty
BasedOnStyle: Mozilla
ColumnLimit: 100
IndentCaseLabels: false
IndentWidth: 8
KeepEmptyLinesAtTheStartOfBlocks: false
PointerAlignment: Right