.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 03 Mar 2021 12:30:23 +0100
changeset 46627 f4c325bf80fc
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
requirements: also add a generaldelta constant Continue the cleanup to the remaining requirements Differential Revision: https://phab.mercurial-scm.org/D10106

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