view .clang-format @ 36547:7840d8bd0558

py3: byte-stringify ValueError of unescapestr() to reraise as ParseError
author Yuya Nishihara <yuya@tcha.org>
date Thu, 01 Mar 2018 17:03:40 -0500
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