include-what-you-use/.clang-format

9 lines
267 B
YAML

BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
SortIncludes: false
SortUsingDeclarations: false