.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 19 Dec 2018 13:35:11 -0500
changeset 41006 9bfbb9fc5871
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: byteify docchecker The exception is printed as str because I'm too lazy to convert it and the pieces.

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