.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 28 Nov 2022 15:48:51 +0100
branchstable
changeset 49785 fa955e3f6aee
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
emitrevision: add a small closure to check if a base is usable We will make more use of this and make it more complex too.

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