rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 21 Feb 2023 22:25:20 +0100
changeset 50118 65943224c184
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate: introduce a check_invalidated decorator This is a common need, so let us consolidate it to simplify the code.

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