.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 25 May 2022 11:53:34 +0200
changeset 49335 04cdb442a892
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
bundlespec: handle the presence of obsmarker part This make `hg debugbundle --spec` more informative about extra part in the bundle.

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