rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Oct 2020 19:06:12 +0100
changeset 45989 10bb0856bb9f
parent 45623 426294d06ddc
permissions -rw-r--r--
copies-rust: pre-indent some code to clarify the next patch The next patch will need this new indentation, having it done explicitly beforehand makes that next patch clearer. Differential Revision: https://phab.mercurial-scm.org/D9305

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