.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jan 2018 16:15:20 +0900
changeset 36236 7bc10d3f68b4
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
log: factor out function to feed revisions to displayer

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