rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 11 Mar 2021 21:21:41 -0500
branchstable
changeset 46680 6595e22048fe
parent 45620 426294d06ddc
permissions -rw-r--r--
typing: fix a suppression directive that was mangled by black formatting It looks like black is moving comments needed by pytype out of position, and causing some things that should be disabled to be enforced anyway. Differential Revision: https://phab.mercurial-scm.org/D10165

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