.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Mon, 14 Nov 2022 15:43:05 +0100
changeset 49635 4d729a98673d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hg-core: make use of `strip_suffix` now that we're using Rust 1.45+

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