.clang-format
author Jun Wu <quark@fb.com>
Wed, 04 Oct 2017 18:51:21 -0700
changeset 34804 149109c96904
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
run-tests: set HGPLAIN=1 when bisecting Otherwise a customized template may break the regex matching the bisect output. Differential Revision: https://phab.mercurial-scm.org/D949

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