.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 11 Nov 2024 05:42:44 +0100
branchstable
changeset 52221 00cdec2398ee
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
run-tests: cleanup the "output" directory after the related tests The output confused the test discovery when left around. And it confuse the Linux and the Windows one a bit differently, so we better clean it up as it serve not purpose to keep it around.

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