aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: 412831360dd355f7c0dee10492f2f7f0f40165f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Linux
UseTab: Never
...