summaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: afd901887c9da4b1da69a875b744d0424b1a7492 (plain) (blame)
1
2
3
4
5
6
7
8
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
SortIncludes: false
SortUsingDeclarations: false