.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Jun 2022 15:17:51 +0200
changeset 49340 1b9114709428
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
auto-upgrade: rename a variable to match the actual content This was the result of a copy paste.

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