view rustfmt.toml @ 47199:b128a3ae98ef

contrib: upgrade Rust in Windows automation I'm not sure why we don't install the minimum required Rust version here like we do for Linux. Whatever: that's unrelated to wanting to stay modern. Differential Revision: https://phab.mercurial-scm.org/D10677
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 06 May 2021 15:45:04 -0700
parents 426294d06ddc
children
line wrap: on
line source

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