view .clang-format @ 36008:006ff7268c5c

diff: remove fp.write() wrapper which drops label argument It's no longer needed since we've split labeled write() from file-like write().
author Yuya Nishihara <yuya@tcha.org>
date Wed, 07 Feb 2018 23:22:53 +0900
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

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