.clang-format
author Simon Sapin <simon.sapin@octobus.net>
Fri, 08 Jan 2021 11:58:16 +0100
changeset 46611 1fce35fcb4db
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
copies-rust: pass `PathToken` around by value It’s just a `usize`. Differential Revision: https://phab.mercurial-scm.org/D10069

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