.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 25 Apr 2019 19:17:02 +0200
branchstable
changeset 42215 07e479ef7c96
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hghave: deal with "rc" release Without this change, 5.0rc0 is not recognised as 5.0

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