.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 26 Feb 2020 17:16:25 +0100
changeset 44391 a6fb134bd086
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog-compression: release note entry for update the config to be a list I updated the changeset, but forgot to phabsend apparently. Differential Revision: https://phab.mercurial-scm.org/D8165

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