.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 20 Nov 2017 21:08:18 -0800
changeset 35188 d997b82152e8
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
run-tests: organize options into argument groups And sort arguments so help output is more legible. There are probably a ton of ways to group things. I tried to picture the test harness as a pipeline and attempted to draw boundaries around stages in that pipeline to create the groupings. Differential Revision: https://phab.mercurial-scm.org/D1475

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