.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 13 Mar 2023 17:34:18 +0100
changeset 50403 5ae30ff79c76
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
clone-bundles: add a basic first version of automatic bundle generation See inline documentation for details.

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