.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 24 Sep 2018 22:32:30 -0400
changeset 39830 e5871e8fbb57
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: update missing module list in test-check-py3-compat.t for Windows

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