.clang-format
author Manuel Jacob <me@manueljacob.de>
Fri, 05 Jun 2020 06:40:15 +0200
branchstable
changeset 44919 065704cbdbdb
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: update comment to account for Python 2 and Python 3 differences

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