rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 30 May 2021 22:12:48 +0200
changeset 47350 dc3800569157
parent 45623 426294d06ddc
permissions -rw-r--r--
revlogv2: make sure bundling pick a compatible bundle format Before this change, revlog-v2 repository where bundled using the incompatible "v1" format. Differential Revision: https://phab.mercurial-scm.org/D10802

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