rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 26 Jan 2021 00:45:40 +0100
changeset 46456 7bb31c367847
parent 45623 426294d06ddc
permissions -rw-r--r--
run-test: avoid byte issue when replacing output file of python test Otherwise we get error like:: FileNotFoundError: [Errno 2] No such file or directory: "b'…/tests/test-minirst.py'.out" Differential Revision: https://phab.mercurial-scm.org/D9868

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true