.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Thu, 12 May 2022 13:52:10 +0400
branchstable
changeset 49314 ec3f88480dbf
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: show that hg log --debug output differs from {file*} template keywords hg log --debug -T xml doesn't differ, but let's test it because we can.

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