view rustfmt.toml @ 45979:744ea3c4f41b

bisect: add `-G` to an `hg log` command in a test This helps readers see what shape of DAG to expect Differential Revision: https://phab.mercurial-scm.org/D9373
author Simon Sapin <simon-commits@exyr.org>
date Mon, 23 Nov 2020 12:54:46 +0100
parents 426294d06ddc
children
line wrap: on
line source

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