aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: 6ba7c5bed92ffb2722e74d65c45c6a61f7a428fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
AccessModifierOffset: -4
AlignConsecutiveAssignments: true
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Linux
SortIncludes: true
SpaceBeforeParens: ControlStatements
UseTab: Never
...