.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 10 Aug 2024 14:22:26 -0400
changeset 51800 62806be5cbda
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
typing: add hints to `mercurial.util.mktempcopy()` Might as well, now that the previous commit indicated what types are required.

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