view .clang-format @ 37457:d83191e9749b

py3: byte-stringify test-import.t Still the test doesn't pass. # skip-blame because just adding some b''
author Yuya Nishihara <yuya@tcha.org>
date Sat, 07 Apr 2018 13:46:32 +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