.clang-format
author Boris Feld <boris.feld@octobus.net>
Thu, 15 Nov 2018 14:57:26 +0100
changeset 40657 2eb48aa0acce
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
sparse-revlog: align endrevidx usages in the _slicechunktosize All "startrevidx..endrevidx" ranges in this function are now half-open.

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