.clang-format
author Boris Feld <boris.feld@octobus.net>
Thu, 22 Nov 2018 17:20:32 +0100
changeset 40774 8306dac48061
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
match: extract a literal constant into a symbolic one

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