rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 18 Jul 2024 13:36:32 +0200
changeset 51694 ba1b1038a5cf
parent 45620 426294d06ddc
permissions -rw-r--r--
rust: use `.cargo/config.toml` instead of `.cargo/config` This has been deprecated for a while now and we don't support Rust versions that only understand the old path.

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