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