view .clang-format @ 34893:068e0e531584

cmdutil: fix status tersing on Python 3 Differential Revision: https://phab.mercurial-scm.org/D1183
author Augie Fackler <augie@google.com>
date Wed, 18 Oct 2017 18:30:02 -0400
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

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