.clang-format
author Manuel Jacob <me@manueljacob.de>
Tue, 31 May 2022 23:45:33 +0200
changeset 49317 d54b213c4380
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
py3: catch ProcessLookupError instead of checking errno == ESRCH

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