view .clang-format @ 35211:1df2f0e1dfd2

log: remove temporary variable 'date' used only once
author Yuya Nishihara <yuya@tcha.org>
date Sat, 02 Dec 2017 16:08:24 +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