summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 9c546c4b30a8d78ca8602f6380f0ca54d0cd2e49 (plain)
1
2
3
4
5
6
7
BasedOnStyle: LLVM
IndentWidth: 4
AccessModifierOffset: -4
BreakBeforeBraces: Allman
PointerAlignment: Middle
SpaceAfterTemplateKeyword: false
AlwaysBreakTemplateDeclarations: Yes