view rustfmt.toml @ 46389:38b9a63d3a13

cext: restore the ability to build on Windows with py2 This broke in e92ca942ddca. Differential Revision: https://phab.mercurial-scm.org/D9867
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 25 Jan 2021 19:03:27 -0500
parents 426294d06ddc
children
line wrap: on
line source

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