view rustfmt.toml @ 46068:9e785d940525

run-tests: extend PATH on Windows to include user installed scripts This allows the test environment to see pylint.exe when installed with `pip install --user`, since it isn't normally on PATH. Differential Revision: https://phab.mercurial-scm.org/D9535
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 07 Dec 2020 16:32:30 -0500
parents 426294d06ddc
children
line wrap: on
line source

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