.clang-format
author pacien <pacien.trangirard@pacien.net>
Fri, 28 Jan 2022 11:45:18 +0100
changeset 48763 3984e7d4b9fd
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rank: add minimal test This adds a small test checking the rank computation in the case of a merge. Differential Revision: https://phab.mercurial-scm.org/D12141

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