.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 22 Sep 2016 17:48:46 +0900
changeset 35272 70e86db6a913
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
dagop: yield intro filectx by filectxancestors() This is the convention of dagop.*ancestors() functions.

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