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