rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 23:40:05 +0200
changeset 47270 07641bafa646
parent 45623 426294d06ddc
permissions -rw-r--r--
revlog: compress sidedata when doing "post-pull" sidedata update All path writing sidedata are now using compression (when appropriate). Differential Revision: https://phab.mercurial-scm.org/D10656

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