.clang-format
author Mads Kiilerich <mads@kiilerich.com>
Mon, 26 Jun 2023 16:45:13 +0200
branchstable
changeset 50731 8823e4d411ba
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: fix dummysmtpd argument check

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