rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 28 Feb 2023 15:00:26 -0500
changeset 50419 10db46e128d4
parent 45623 426294d06ddc
permissions -rw-r--r--
revlog: add an exception hint when processing LFS flags without the extension It would be even better if this was either detected sooner, or the transaction completed (especially since the read/write processors aren't needed for the exchange). But this makes it easier for the user to resolve until that can be figured out.

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