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