.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 31 Oct 2017 06:39:38 +0530
branchstable
changeset 34945 d2554ef04d26
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
children: fix the log expansion of `hg children` in doc `hg log -r children()` returns `hg: parse error: missing argument`. Differential Revision: https://phab.mercurial-scm.org/D1269

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