.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 18 Oct 2017 22:54:50 +0200
changeset 34886 dbb542326582
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
fsmonitor: declare missing config options These were added in 4aa57627692a. Attempting to run the test harness with fsmonitor enabled spews a whole bunch of devel warnings due to these options not be declared. Differential Revision: https://phab.mercurial-scm.org/D1176

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