rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 30 May 2021 17:11:49 +0200
changeset 47404 53289d02037a
parent 45623 426294d06ddc
permissions -rw-r--r--
revlog: use the `entry` function in bundlerepo We can use some of the default value again! Differential Revision: https://phab.mercurial-scm.org/D10796

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