rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 16 Dec 2020 10:01:34 +0100
changeset 46577 d2ad44b8ef6a
parent 45620 426294d06ddc
permissions -rw-r--r--
copies-rust: extract the processing of a single copy information This will make it easy to process copy from both p1 and p2 in the same `add_from_changes` call. Differential Revision: https://phab.mercurial-scm.org/D9648

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