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

8 lines
238 B
YAML

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