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