.clang-format
author Paul Morelle <paul.morelle@octobus.net>
Mon, 16 Jul 2018 17:10:52 -0700
changeset 38719 4ad2a1ff0404
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
upgrade: add information about sparse-revlog Show information about sparse-revlog in debugformat, just like other requirements.

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