view .clang-format @ 40251:3c89227788a2

py3: build help of compression engines in bytes Removes "b''" from help.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 13 Oct 2018 14:17:25 +0200
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