.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 24 Feb 2023 16:12:01 +0100
branchstable
changeset 50216 02bf2f94a04c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate: test a `hg status` raced by a `hg add` This shows that `rhg` is misbehaving here.

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