.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 11 Jun 2022 00:26:25 +0200
changeset 49361 c2092612c424
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
sparse: use the rust code even when sparse is present With rust supporting more matcher types, we can now take this route in the sparse case too.

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