.clang-format
author Joerg Sonnenberger <joerg@bec.de>
Thu, 18 Jun 2020 15:13:38 +0200
changeset 45025 24b1a8eb73aa
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
ui: add option to timestamp status and diagnostic messages Differential Revision: https://phab.mercurial-scm.org/D8640

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