.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 07 Aug 2021 14:13:53 +0200
branchstable
changeset 47815 436932c2cfaa
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
filelog: open the writing context a bit earlier in `addgroup` This is a small change made ahead of the next patch for clarification. Differential Revision: https://phab.mercurial-scm.org/D11269

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