.clang-format
author Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 15:43:21 +0200
changeset 49296 b6b6ae9ea91e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: remove dead code to make file descriptors non-inheritable On Python 3, file descriptors are already non-inheritable by default.

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