rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 27 Nov 2020 15:54:46 -0500
changeset 45969 a120d1c9c704
parent 45623 426294d06ddc
permissions -rw-r--r--
dispatch: print the version of each extension in the bug report, if available Sometimes the wrong extensions is blamed, so we might as well print the version info for all of them. Additionally, since the internal extensions are never blamed, this is a good way to make the pygit2 version available in a bug report. Differential Revision: https://phab.mercurial-scm.org/D9440

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