rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 28 Feb 2023 23:35:52 +0100
branchstable
changeset 49696 c9066fc609ef
parent 45623 426294d06ddc
permissions -rw-r--r--
dirstate: deal with read-race for python code using rust object If we cannot read the dirstate data, this is probably because a writing process wrote it under our feet. So refresh the docket and try again a handful of time.

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