.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 23 Nov 2023 18:48:07 +0100
changeset 51257 e74dd6d73cb5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-index: allow inlining `parents` across crates

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