.clang-format
author Manuel Jacob <me@manueljacob.de>
Wed, 15 Jul 2020 09:51:11 +0200
changeset 45142 75f6491b66a7
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
discovery: weaken claim about returned common heads if ancestorsof are given As the test case shows, the claim is not true in general.

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