.clang-format
author Boris Feld <boris.feld@octobus.net>
Sun, 30 Dec 2018 16:11:06 +0100
branchstable
changeset 41019 7542466b94e2
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: cache delta base value under -1 Such base are invalid so we better report them early.

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