.clang-format
author Jun Wu <quark@fb.com>
Wed, 04 Oct 2017 18:50:18 -0700
changeset 34803 d817bf1fc675
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
run-tests: extract Popen logic to a single method This removes 3 lines in total LOC and makes the upcoming changes easier. Differential Revision: https://phab.mercurial-scm.org/D948

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