view .clang-format @ 41421:f83b230b7fb3

dispatch: unify handler of IOError and OSError These exceptions were merged in Python 3.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 26 Jan 2019 17:53:03 +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