rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 09 Jan 2023 18:03:24 +0100
changeset 49990 4c71c215bcfe
parent 45623 426294d06ddc
permissions -rw-r--r--
rust-clippy: factor an `if` with the same duplicated clause Unlike the next changeset, this if is not really made clearer by keeping the cases separate.

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