.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Feb 2023 15:27:42 +0100
changeset 50206 e69dc67f79a5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
config-item: declare undeclared path suboption This should prevent issue like the previous commit.

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