.clang-format
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Tue, 26 May 2020 07:03:11 -0400
changeset 44884 d044b66d8429
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
scmutil: clarify getuipathfn comment Differential Revision: https://phab.mercurial-scm.org/D8600

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