.clang-format
author Simon Sapin <simon.sapin@octobus.net>
Tue, 09 Nov 2021 18:56:55 +0100
changeset 48338 f9db8eeb3aec
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rhg: Config commands.status.terse is not supported Differential Revision: https://phab.mercurial-scm.org/D11760

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