.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 03 Apr 2024 15:33:25 +0200
changeset 51560 8e8776a28683
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: create the temporary target next to the source in stream-consume See inline comment for rational.

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