rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 23 Mar 2022 17:27:58 +0100
changeset 49101 dd0430434ce9
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-dirstatemap: add Rust implementation of `reset_state` This is the new API which has already been defined in Python Differential Revision: https://phab.mercurial-scm.org/D12499

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