.clang-format
author Julien Cristau <jcristau@debian.org>
Wed, 25 Aug 2021 17:14:47 +0200
branchstable
changeset 48521 f447b90a4b11
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: allow for variation in zstd output as seen on s390x and powerpc

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