.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Fri, 18 Feb 2022 12:51:06 +0100
branchstable
changeset 48801 94635b74b18c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
windows: generalize output for test-status-tracked-key.t Differential Revision: https://phab.mercurial-scm.org/D12215

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