.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 11 Mar 2018 20:10:38 +0900
branchstable
changeset 35853 eeb87b24aea7
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
amend: abort if unresolved merge conflicts found (issue5805) It was checked by repo.commit() before e8a7c1a0565a "cmdutil: remove the redundant commit during amend."

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