.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Mon, 06 May 2024 16:16:15 +0200
branchstable
changeset 51490 2a27b921cd91
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
admin-verify: fix error message handling `dirstate.verify` used to return tuples but does not anymore, it returns the pre-formatted error message, which is a nicer interface anyway.

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