view rustfmt.toml @ 48903:0bb28b7736bc

chgserver: remove Python 2 support code The logic here is more complicated than most Python 2/3 support code. But the rewritten logic should be identical. Differential Revision: https://phab.mercurial-scm.org/D12306
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 21 Feb 2022 10:43:58 -0700
parents 426294d06ddc
children
line wrap: on
line source

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