.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 15 Dec 2023 11:08:41 +0100
changeset 51183 028498b04a84
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
branching: merge with stable This recreates `37b52b938579` right as a `hg branch --rev 5b186ba40001` screwed up the content.

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