.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 11 Mar 2019 02:32:21 +0100
changeset 41933 2eee280a1354
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
updatecaches: also warm revbranchcache for filtered revisions We are in the "full" case, so we better warm everything we can.

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