view .clang-format @ 45177:03332e5f67e9

phases: make sure an exception should be set on error return This should never happen, but the code looks wrong without PyErr_Set*() call.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 18 Jul 2020 18:21:26 +0900
parents d0a3fa849cb8
children
line wrap: on
line source

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