summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 6e49d83563639c382d7102d15157ee310c73bead (plain)
1
2
3
4
5
6
7
8
9
10
11
BasedOnStyle: google
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortBlocksOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
IndentWidth: 4
PointerBindsToType: false
ColumnLimit: 0
SpaceBeforeParens: ControlStatements
SortIncludes: false