view rustfmt.toml @ 48410:0b2469bf1227

python2-compat: fix extensions' tests on python2 They are minor output different to be taken in account. Differential Revision: https://phab.mercurial-scm.org/D11861
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 04 Dec 2021 03:51:33 +0100
parents 426294d06ddc
children
line wrap: on
line source

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