.clang-format
author Paul Morelle <paul.morelle@octobus.net>
Wed, 07 Mar 2018 12:00:07 +0100
changeset 38116 bf59f95583c1
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: make variable name 'd' more explicit in _isgooddeltainfo d -> deltainfo

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