.clang-format
author Georges Racinet <georges.racinet@octobus.net>
Mon, 30 Oct 2023 21:25:28 +0100
changeset 51248 8b243e2a3bc4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-index: a property to identify the Rust index as such Will be useful soon in `mercurial.scmutil` and potentially elsewhere

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