view rustfmt.toml @ 49019:455dce344c56

pytype: drop py3.6 support Pytype 2022.01.07 only supports 3.7+. Differential Revision: https://phab.mercurial-scm.org/D12400
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 22 Mar 2022 11:22:09 -0400
parents 426294d06ddc
children
line wrap: on
line source

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