.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 22 Dec 2017 12:22:43 -0700
changeset 35492 4f5596e5e311
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
run-tests: remove dead code related to temp directory Differential Revision: https://phab.mercurial-scm.org/D1749

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