.clang-format
author Antoine Cezar <antoine.cezar@octobus.net>
Fri, 17 Jul 2020 17:24:54 +0200
changeset 45365 26440adbe3e9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rhg: add a limited `rhg files` subcommand Differential Revision: https://phab.mercurial-scm.org/D8869

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