rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 11 Jan 2021 12:17:16 +0100
changeset 46612 80f7567ac9bb
parent 45620 426294d06ddc
permissions -rw-r--r--
copies-rust: pass closures and iterators instead of `&ChangedFiles` … to some functions that only use one method. This will makes it easier to unit-test them. Differential Revision: https://phab.mercurial-scm.org/D10070

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