rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 30 Sep 2024 12:10:35 +0200
changeset 52038 b7d99348ea36
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-files: also return filenode and flags when listing a revision's files This is going to be useful when implementing parts of `update` and makes it so we don't have to fetch the manifest and each entry twice.

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