.clang-format
author Boris Feld <boris.feld@octobus.net>
Fri, 20 Jul 2018 14:32:56 +0200
changeset 39154 e0da43e2f71f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: compute snapshot depth on delta info We need the information to be available when choosing delta.

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