.clang-format
author Augie Fackler <augie@google.com>
Mon, 16 Oct 2017 22:50:39 -0400
changeset 34808 e87e62b7fc0b
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
templater: don't blow up when trying to build an abort message __name__ is unicode, but we need bytes. For now, we'll make the (mostly-safe) assumption that template filter names will be ascii. Differential Revision: https://phab.mercurial-scm.org/D1137

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