.clang-format
author Augie Fackler <augie@google.com>
Tue, 06 Feb 2018 05:25:36 -0500
changeset 35960 580f7b1b88c7
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
hgsh: enable clang-format Nothing looks awful, so we can just turn it on. Differential Revision: https://phab.mercurial-scm.org/D2059

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