summary refs log tree commit diff
path: root/.clang-format
blob: b5e2f017e093ed1d1396484aa0c98d34ed6c3c07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
Language: Cpp
Standard: c++17
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: true
BasedOnStyle: Mozilla
ColumnLimit: 100
IndentCaseLabels: false
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
PointerAlignment: Right
Cpp11BracedListStyle: true