rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 28 Mar 2022 18:15:11 +0200
changeset 49109 953b08a2d983
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstatemap: move `set_untracked` out of the common methods There is a dedicated Rust implementation now Differential Revision: https://phab.mercurial-scm.org/D12507

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