.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 03 Nov 2022 16:30:35 +0100
branchstable
changeset 49559 5318ac25dfdc
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rhg: add a config option to fall back immediately This is useful for debugging the behavior of the "default" `hg` in tests without having to manually substitute the fallback path.

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