rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 27 Feb 2023 19:59:55 -0500
changeset 50380 806ca6bd0719
parent 45620 426294d06ddc
permissions -rw-r--r--
infinitepush: opt out of changegroup3 unless explicitly configured This is currently a no-op, as changegroup3 is disabled by default. But when it is enabled, it changes the hash names of the bundle files. As I don't use this extension, I have no idea if that's OK or not. So keep the current default behavior until we can get more info from actual users, while allowing them to opt-in for testing purposes.

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