.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 09 Nov 2022 23:28:01 -0500
branchstable
changeset 49581 04f1dba53c96
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust: create wrapper struct to reduce `regex` contention issues Explanations inline.

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