.clang-format
author Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 15:33:39 +0200
changeset 49286 b2e05a8e15d1
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: replace mention of “xrange” in docstring by “range”

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