.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Wed, 24 Jan 2024 13:35:30 -0300
branchstable
changeset 51361 fa4c4fa232d6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: make sha256line.py available for all tests This was previously only used in test-revlog-delta-find.t, but it will be useful (and used) in other tests that might need to generate poorly-compressible files.

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