.clang-format
author Simon Sapin <simon.sapin@octobus.net>
Mon, 01 Mar 2021 13:51:35 +0100
changeset 46704 7284b524b441
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rhg: Make configuration available as early as possible in main() Differential Revision: https://phab.mercurial-scm.org/D10090

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