rustfmt.toml
author Kyle Lippincott <spectral@google.com>
Wed, 13 Apr 2022 12:14:17 -0700
branchstable
changeset 49060 532b649c1deb
parent 45620 426294d06ddc
permissions -rw-r--r--
rebase: while rewriting desc hashes, ignore ambiguous prefix "hashes" If a repo is sufficiently large, a six digit number "hash prefix" can somewhat easily reference an ambiguous hash prefix. Differential Revision: https://phab.mercurial-scm.org/D12552

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