.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 15 Apr 2021 11:50:08 +0200
changeset 47032 6ce1af5f0764
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
template: use `list_paths` in `peerurls` Using common code will make it simpler to update the logic behind the path definition and storage. Differential Revision: https://phab.mercurial-scm.org/D10442

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