rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 17 May 2021 15:42:18 +0200
changeset 47299 7edaf91c7886
parent 45620 426294d06ddc
permissions -rw-r--r--
updatecaches: use the `caches` argument instead of a special `full` value After a clone we want to update most cachem, but not exactly all of them. We can now cleanly express this. Differential Revision: https://phab.mercurial-scm.org/D10730

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