.clang-format
author Simon Sapin <simon.sapin@octobus.net>
Thu, 04 Feb 2021 14:29:47 +0100
changeset 46485 f031fe1c6ede
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rhg: Abort based on config on share-safe mismatch Differential Revision: https://phab.mercurial-scm.org/D9963

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