.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 28 May 2021 23:41:12 +0200
changeset 47388 bcf92bdc2bca
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: fix docket.date_filepath docstring This was copy-pasted too quickly. Differential Revision: https://phab.mercurial-scm.org/D10786

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