.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 04 Feb 2023 12:14:19 +0100
changeset 50045 bbe3a65bbd96
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
subrepo: let black expand some call on multiple lines early newer version of black are righfully doing this, so I apply it before more semantic change to reduce noise 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