aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: 7f12fe480a78d0934a785b1c522f4915117e036a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
Language:        Cpp
BasedOnStyle:  Google
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterDefinitionReturnType: TopLevel
BreakBeforeBinaryOperators: NonAssignment
ForEachMacros:       [ TQ_FOR ]
IndentCaseLabels:    false
IndentWidth:         4
MaxEmptyLinesToKeep: 2
SpaceBeforeParens:   false
TabWidth:            4
...