rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:26:27 +0200
changeset 47172 93c2e6cdbd01
parent 45620 426294d06ddc
permissions -rw-r--r--
revlog: use `_format_flags` to access flags instead of `header` It seems better to reuse the variable we carefully extracted This also open the way to more flexible way to retrieve these flags. Differential Revision: https://phab.mercurial-scm.org/D10598

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