.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 12 Jun 2019 17:30:24 +0100
changeset 42461 74e2f4b609f6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: clarify some of the custom behavior of `perfrevlogwrite` This reduce the chance of developers being surprised by special cases.

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