.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 01 Aug 2024 16:34:35 +0200
branchstable
changeset 51753 5ae038abbffa
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 6.8.1 for changeset 11a9e2fc0caf

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