.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 28 Jun 2023 16:43:39 +0200
changeset 51195 f6403bcd9f96
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-index: synchronize remove to Rust index Future steps will bring the two indexes further together until we can rip the C index entirely when running Rust code.

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