view rustfmt.toml @ 47196:743522fa2455

automation: install latest Python versions in Linux environment Let's keep our Linux environment up to date. Differential Revision: https://phab.mercurial-scm.org/D10674
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 06 May 2021 15:40:47 -0700
parents 426294d06ddc
children
line wrap: on
line source

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