rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 10 Jan 2023 11:39:53 +0100
changeset 49939 0a58aaa2009c
parent 45620 426294d06ddc
permissions -rw-r--r--
makefile: add `cargo clippy` to tests if cargo is available This linter mostly makes our code more idiomatic, less surprising, has good suggestions and catches bugs. It's widely used in the Rust community and now part of the default toolchain when using `rustup`.

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