rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 26 Jul 2021 10:26:45 +0200
changeset 47966 681851d6409b
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate-v2: Remove the `.d` suffix in data file names It could cause confusion since `.d` is already used for revlogs. This suffix is not necessary since there is already a `dirstate.` prefix. Differential Revision: https://phab.mercurial-scm.org/D11413

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