rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Fri, 19 Feb 2021 11:04:17 +0100
changeset 46716 c8bb7b89179e
parent 45620 426294d06ddc
permissions -rw-r--r--
revlogv2: temporarily forbid inline revlogs See inline comments. I plan to fix the underlying issue before revlogv2 is stabilized. Differential Revision: https://phab.mercurial-scm.org/D10030

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