view rustfmt.toml @ 45978:c3d0b3c29ec4

bisect: refactor to work on a list of revspecs This will allow adding a `--rev` flag that can be passed more than once. Differential Revision: https://phab.mercurial-scm.org/D9372
author Simon Sapin <simon-commits@exyr.org>
date Mon, 23 Nov 2020 12:45:39 +0100
parents 426294d06ddc
children
line wrap: on
line source

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