rustfmt.toml
author Pierre-Yves DAVID <pierre-yves.david@octobus.net>
Sat, 04 Jun 2022 18:57:19 +0200
changeset 49459 df1d4e442c08
parent 45620 426294d06ddc
permissions -rw-r--r--
compare-disco: prepare for primitive argument parsing We need to be able to configure a couple of things, so lets prepare the code for it. (the code is hacky, but this is a quicky and dirty debug script)

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