.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 25 May 2022 03:16:53 +0200
changeset 49324 61ba04693d65
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
bundlespec: test if the "obsolete=" parameter is read Narrator voice: Actually it is not. We will fix it in the next changeset.

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