rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 15 May 2023 08:59:38 +0200
changeset 50483 60e613f6a229
parent 45620 426294d06ddc
permissions -rw-r--r--
store: add a `target_id` attribute on RevlogStoreEntry This hold the "target" (file, directory, etc) of a revlog. Having this available will help a lot of code to avoid direct file path access.

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