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