.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 08 Apr 2021 16:41:13 +0200
changeset 46927 cdbef062c6c8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
changegroup: update comment Gratuitous fix, I stumbled upon this comment while reading code. Differential Revision: https://phab.mercurial-scm.org/D10339

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