.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 27 Jul 2019 19:58:17 +0200
changeset 42689 896fb9deeaf8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
upgrade: walk the source store file only once I don't expect this to have a significant performance impact, but it seems simpler and saner to do the operation only once and to keep the result around.

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