rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 11 Jan 2023 16:42:29 +0100
changeset 50037 364e78389653
parent 45623 426294d06ddc
permissions -rw-r--r--
rust-ui: refactor ui code for printing narrow/sparse warnings This will be used elsewhere in the code, starting from the next commit.

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