.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 06 Jan 2018 17:44:57 +0900
changeset 36245 cc46e68f050f
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
cmdutil: build "%m" (desc|firstline) in makefilename()

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