.clang-format
author Boris Feld <boris.feld@octobus.net>
Thu, 18 Oct 2018 12:31:06 +0200
changeset 40433 808b762679cd
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
changegroup: add a option to create bundle with full snapshot only This is easy to implement now and can be useful for benchmarking.

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