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