rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 03 Aug 2023 14:50:17 +0200
changeset 51230 e9d47e2f5dcf
parent 45623 426294d06ddc
permissions -rw-r--r--
rust-index: add missing special case for null rev This was an oversight, it was never a problem because we didn't use the index much for user-facing things in the past, which is the only real way of getting to this edge case.

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