.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 21 Dec 2020 11:15:45 +0100
changeset 46583 8fcf07e6bbb4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
copies-rust: make more use of the new comparison property We deal with the "both are the same" sooner and simplify the rest of the conditional. Differential Revision: https://phab.mercurial-scm.org/D9654

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