.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 09 Nov 2024 23:28:36 +0100
branchstable
changeset 52225 a76dcb82148e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
ci: use a concurrency safe TMP dir on Windows This should have been done in d6ed4da850ea.

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