.clang-format
author Antoine Cezar <antoine.cezar@octobus.net>
Wed, 29 Jul 2020 10:21:17 +0200
changeset 45384 5fe25f8ef5d9
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand Differential Revision: https://phab.mercurial-scm.org/D8868

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