.clang-format
author Manuel Jacob <me@manueljacob.de>
Sat, 21 May 2022 22:24:02 +0200
changeset 49252 4d42a5fb70bf
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
worker: add docstring to _blockingreader

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