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