.clang-format
author Manuel Jacob <me@manueljacob.de>
Mon, 15 Jun 2020 03:30:24 +0200
branchstable
changeset 44964 d96d8bbbedb1
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: fix bytes iteration

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