.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 13 Jan 2021 23:07:41 +0100
changeset 46310 fc2d5c0aed7f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
persistent-nodemap: add a "warn" option to the slow-path config And make it the default until we get an abort option. Differential Revision: https://phab.mercurial-scm.org/D9761

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