view .clang-format @ 35488:4f5596e5e311

run-tests: remove dead code related to temp directory Differential Revision: https://phab.mercurial-scm.org/D1749
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 22 Dec 2017 12:22:43 -0700
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

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