rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 05 Apr 2021 12:20:52 +0200
changeset 46856 34e1fa4b548a
parent 45620 426294d06ddc
permissions -rw-r--r--
revlog: move the details of revlog "v0" index inside revlog.utils.constants the revlog module is quite large and this kind of format information would handy for other module. So let us start to gather this information about the format in a more appropriate place. Differential Revision: https://phab.mercurial-scm.org/D10303

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