rust/hg-cpython/rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 23 Jan 2019 17:45:11 -0800
changeset 41329 84707d9e77a0
parent 40965 5532823e8c18
permissions -rw-r--r--
tests: write directly to stdout to avoid b'' prefixes This enables the test to pass on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5668

max_width = 79
wrap_comments = true
error_on_line_overflow = true