rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 13 Dec 2022 12:50:52 +0100
changeset 49966 380ed77e9ad3
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate: enforce holding the lock while doing any changes This seems like a sensible sanity check. This already caught the issue in largefile. This will catch more issue when we start using similar context manager for operation other than the parent changes.

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