.clang-format
author Manuel Jacob <me@manueljacob.de>
Tue, 06 Aug 2024 22:51:41 +0200
branchstable
changeset 51794 bd490cdf764a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: use str literal instead of bytes literal

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