.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 27 Feb 2024 15:33:21 +0100
changeset 51518 c7e81615b5c4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
branchcache: add some blank line in a test This helps each section to stand out.

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