.clang-format
author Boris Feld <boris.feld@octobus.net>
Fri, 14 Dec 2018 17:23:41 +0100
changeset 40974 b54727f82511
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
sparse-revlog: handle nullrev in index_get_start The more generic index_get method handle nullrev fine, we apply the same logic here.

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