rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 10 Jan 2023 10:57:15 +0100
changeset 49936 2cd8352f7e11
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-clippy: merge "config" module definition and struct implementation Module inception is confusing when looking for code and almost never the right choice.

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