.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 20 Jan 2018 15:26:31 -0800
changeset 35784 08cc94dd3d3c
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
exchange: make stream bundle part deterministic repo.requirements is a set. We need to sort it so the part content is deterministic. Differential Revision: https://phab.mercurial-scm.org/D1924

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