rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 02 Nov 2023 11:16:13 +0100
changeset 51203 7434747343ab
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-index: check that the entry bytes are the same in both indexes This is a temporary measure to show that both the Rust and C indexes are kept in sync. Comes with some related documentation precisions. For comparison of error cases, see `index_entry_binary()` in `revlog.c`.

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