.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 12 Sep 2024 10:09:06 +0200
changeset 51854 5baa52ca4932
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-inner-revlog: always inline `get_entry` This is a very hot function.

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