rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 09 Nov 2022 23:28:01 -0500
branchstable
changeset 49581 04f1dba53c96
parent 45620 426294d06ddc
permissions -rw-r--r--
rust: create wrapper struct to reduce `regex` contention issues Explanations inline.

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