rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 28 Sep 2021 09:25:05 -0700
changeset 48068 6256c7525222
parent 45623 426294d06ddc
permissions -rw-r--r--
histedit: remove redundant checks for unfinished histedit state Both text-based and curses-based histedit already check for unfinished operations (not just unfinished histedit), so there's no need to check specifically for unfinished histedit. Differential Revision: https://phab.mercurial-scm.org/D11508

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