.clang-format
author Augie Fackler <augie@google.com>
Wed, 17 Jan 2018 21:44:15 -0500
changeset 35835 bf367a93f000
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate: use native strings when peeking in __dict__ # skip-blame because we're just adding a prefix on a string prefix Differential Revision: https://phab.mercurial-scm.org/D1894

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