view rustfmt.toml @ 50383:bcc8b351bcf2

tests: drop py36 conditionals in test-hook.t Since this is a `>=` test, it's really conditionalizing py27 content, which isn't a thing anymore.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 27 Feb 2023 23:11:05 -0500
parents 426294d06ddc
children
line wrap: on
line source

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