view .clang-format @ 35301:d67bcfc0041f

revset: make follow() accept empty startrev This is the same behavior as ancestors(emptyset).
author Yuya Nishihara <yuya@tcha.org>
date Thu, 22 Sep 2016 19:41:42 +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