.clang-format
author Manuel Jacob <me@manueljacob.de>
Sun, 12 Jul 2020 06:06:06 +0200
changeset 45122 a391d0710f22
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rewriteutil: add utility to check whether empty successors should be skipped

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2