view rustfmt.toml @ 46725:df247f58ecee

rhg: Fall back to Python for unsupported revset syntax rhg only supports a small subset of the syntax. On parse error, this gives Python a chance instead of aborting immediately. Differential Revision: https://phab.mercurial-scm.org/D10097
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 02 Mar 2021 23:18:23 +0100
parents 426294d06ddc
children
line wrap: on
line source

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