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