.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 07 Aug 2019 21:59:20 +0200
changeset 42720 bf1e8d2ab900
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rawdata: forward the method call on `filelog` object We have a new method, we need to expose it.

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