view rustfmt.toml @ 47766:3feda1e779d4 stable

fix: rewrite writeworkingdir() to explicitly not work with merges `hg fix` errors out early if there is an unfinished merge, so we should have only one parent here. Making that explicit makes my next patches simpler. Differential Revision: https://phab.mercurial-scm.org/D11209
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 11 Mar 2019 10:56:56 -0700
parents 426294d06ddc
children
line wrap: on
line source

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