rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:28:36 +0200
changeset 47230 ffa8afc5f931
parent 45623 426294d06ddc
permissions -rw-r--r--
revlog: only use the `_indexfp` method for read operation This will avoid "other" code to not overlook `_writing` usage. We introduces private method dedicated to writing to make use the right option are always used. Differential Revision: https://phab.mercurial-scm.org/D10610

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