.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 06 Feb 2020 14:25:59 +0100
changeset 44534 483fce658e43
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rust-status: refactor options into a `StatusOptions` struct Differential Revision: https://phab.mercurial-scm.org/D8086

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