view rustfmt.toml @ 47554:c8f8d2dba6c7

tests: add test case for issue 6262 If you split a commit, prune one of the sides, and then try to revive that commit by adding a successor, it will incorrectly be considered divergence. Differential Revision: https://phab.mercurial-scm.org/D10916
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 29 Jun 2021 13:58:18 -0700
parents 426294d06ddc
children
line wrap: on
line source

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