view rustfmt.toml @ 48497:2c6084f67a86

changelog-v2: use helper constant in the code to pack/unpack entries This makes the code simpler to read and modify. This is probably less efficient, but we are talking about the Python implementation here, so performance is concerne secondary to readability. Differential Revision: https://phab.mercurial-scm.org/D11934
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 14 Dec 2021 19:24:24 +0100
parents 426294d06ddc
children
line wrap: on
line source

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