.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 13 Mar 2023 19:16:19 +0100
changeset 50408 23db5f15cc0c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
clone-bundles: introduce a command to refresh bundle This command allows for a different mode than the one attached to the transation. It might fit some hosting setup better.

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