rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 21 Apr 2022 14:47:13 +0200
branchstable
changeset 49145 dd2503a63d33
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-dirstate-v2: save proper data size if no new data on append This is currently only triggered with the tests ran with `--rhg` without `--rust`, by "luck", there probably always was something to write, like an mtime when also using Rust extensions alongside `rhg`. Differential Revision: https://phab.mercurial-scm.org/D12580

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