.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 18 Jul 2020 18:21:26 +0900
changeset 45177 03332e5f67e9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phases: make sure an exception should be set on error return This should never happen, but the code looks wrong without PyErr_Set*() call.

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