.clang-format
author Joerg Sonnenberger <joerg@bec.de>
Fri, 30 Apr 2021 03:19:45 +0200
changeset 47042 c5e1cc0b4c77
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
core: don't hard-code node length Differential Revision: https://phab.mercurial-scm.org/D10536

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