.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Jun 2022 15:45:37 +0200
changeset 49338 4b239acb23a0
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
auto-upgrade: add a test that will host "quiet" testing We will add options to suppress the message in the coming changeset. The changes will be clearer if the full test is already in place.

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