.clang-format
author Boris Feld <boris.feld@octobus.net>
Mon, 30 Jul 2018 15:53:47 +0200
branchstable
changeset 38759 f8cbff2184d7
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
sparse-revlog: also use sparse-revlog config as a general delta trigger Sparse revlog rely on general delta, so we should make sure it is used.

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