rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 27 Jun 2023 18:24:54 +0200
changeset 51192 65c9032e2e5a
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-index: synchronize append method We now append to the Rust index just as we do to the C index. Future steps will bring the two indexes further together until we can rip the C index entirely when running Rust code.

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