.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 04 Sep 2019 02:43:17 +0200
changeset 43031 e16ca9fde7aa
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
upgrade: detect the side-data format variants Note that for now we cannot upgrade/downgrade to it. Differential Revision: https://phab.mercurial-scm.org/D6887

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