.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Mon, 09 Jan 2023 18:03:24 +0100
changeset 49990 4c71c215bcfe
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rust-clippy: factor an `if` with the same duplicated clause Unlike the next changeset, this if is not really made clearer by keeping the cases separate.

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