rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Wed, 13 Oct 2021 15:58:14 +0200
changeset 48263 83d0bd45b662
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate-v2: actually use sub-second mtime precision Instead of zero, set the nanoseconds field to its correct value whenever possible and preserve it across serialization+parsing. Differential Revision: https://phab.mercurial-scm.org/D11702

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