rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 04 Feb 2023 12:14:19 +0100
changeset 50045 bbe3a65bbd96
parent 45620 426294d06ddc
permissions -rw-r--r--
subrepo: let black expand some call on multiple lines early newer version of black are righfully doing this, so I apply it before more semantic change to reduce noise in the next changeset.

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