.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 04 Feb 2018 10:28:03 +0900
changeset 35990 8b6dd3922f70
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
patch: unify check_binary and binary flags Follows up 079b27b5a869. If opts.text=True, check_binary is ignored, so we can just pass the binary flag to unidiff(). perfunidiff now takes any inputs as text files, which I think is a desired behavior.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false