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