.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 07 Aug 2019 20:09:53 +0200
changeset 42772 5c2e8a661418
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rawdata: update callers in sqlitestore We update callers incrementally because this help bisecting failures. This was useful during development, so we expect it might be useful again in the future.

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