.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Tue, 31 Oct 2023 17:34:31 +0100
changeset 51251 f9a52a9603f9
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: ignore test-storage when using Rust This is only relevant for Python code and the SQLite backend, which is in a half-abandoned state.

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