view .clang-format @ 36501:169ac2bb3c9c

py3: fix type of attribute names forwarded by templatekw._hybrid # skip-blame because just r'' prefixes
author Yuya Nishihara <yuya@tcha.org>
date Thu, 01 Mar 2018 08:19:47 -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