.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 29 Jun 2023 16:09:57 +0200
changeset 51187 8c4e8d06432e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-mixed-index: move the mmap keepalive into a function The same code will be used for keeping the new index mmap around.

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