.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 14 Sep 2020 15:08:15 +0530
changeset 45589 8c02c6262a5e
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: add some more debugmergestate calls in `test-merge-criss-cross.t` Differential Revision: https://phab.mercurial-scm.org/D9029

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