.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 08 Jun 2022 11:55:40 +0200
changeset 49351 b508cffd3c04
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rust: add UnionMatcher This will be used in the upcoming support for sparse checkouts in Rust-augmented status and later in rhg support for sparse checkouts.

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