view .clang-format @ 35743:3c2a6246fd63

log: fix typo in comment about _matchfiles()
author Yuya Nishihara <yuya@tcha.org>
date Tue, 16 Jan 2018 21:46:17 +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