view rustfmt.toml @ 48932:176f1a0d15dc

py3: use int instead of pycompat.long pycompat.long is aliased to int. So this should have no change in functionality. Differential Revision: https://phab.mercurial-scm.org/D12338
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 01 Mar 2022 20:50:34 -0800
parents 426294d06ddc
children
line wrap: on
line source

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