view rustfmt.toml @ 49535:7b6d3a9bd7be

mr-template: wrap the instructions inside a comment block At least in preview mode, this hides the text so the user doesn't have to delete it. It's still visible in edit mode, so the user sees it.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 19 Oct 2022 11:10:54 -0400
parents 426294d06ddc
children
line wrap: on
line source

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