.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 19 Oct 2022 01:54:04 +0200
branchstable
changeset 49553 220738a53d05
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
perf-unbundle: pre-indent the main block in per::unbundle This makes the next changeset clearer.

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