.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 20 Apr 2021 16:18:43 +0200
branchstable
changeset 46999 035c06f9fddf
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
relnode: document the move to `zstd` as default compression Differential Revision: https://phab.mercurial-scm.org/D10497

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