.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 24 Oct 2023 11:06:04 +0200
changeset 51104 ae6722dbb575
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
shelve: drop some weird manually stripping before transaction abort I cannot find a case where this is actually useful, so lets triggering strip in the middle of uncommitted transaction.

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