.clang-format
author Augie Fackler <augie@google.com>
Mon, 18 Dec 2017 13:15:10 -0500
changeset 35455 d624c8558c61
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: update expected output of svn encoding test The changes I see on the buildbot match the ones I see on my laptop, and all look reasonable. Differential Revision: https://phab.mercurial-scm.org/D1713

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