.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 19 Jun 2024 18:06:50 +0200
changeset 51858 2fd44b3dcc33
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: use the method to check if the revlog is being written to This was probably fine, but it could become not fine at some point.

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