.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 04 Nov 2021 09:55:37 +0100
branchstable
changeset 48300 809e780c72e5
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
relnotes: fix wrong command name in 5.9 relnotes Differential Revision: https://phab.mercurial-scm.org/D11735

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