view rustfmt.toml @ 49651:3e1869751cfe

contrib: update check-pytype.sh to list stubs that caused pytype to crash The same logic is in the TortoiseHg tests for running pytype, and it's useful to know if a new version of pytype is better or worse.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 23 Nov 2022 20:23:26 -0500
parents 426294d06ddc
children
line wrap: on
line source

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