.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 29 Jun 2023 15:00:46 +0200
changeset 51186 8ade5e6cdb61
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-mixed-index: rename variable to make the next change clearer We're going to add another mmap reference holder, so let's rename this one first.

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