rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 10 Feb 2022 11:00:32 -0800
changeset 48751 59c6724ddccb
parent 45620 426294d06ddc
permissions -rw-r--r--
simplemerge: store input data in MergeInput I want to be able to update the file contents for support for partial conflict resolution. Having the text available (and later settable) on `MergeInput` will enable that. Differential Revision: https://phab.mercurial-scm.org/D12144

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