rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 18 Mar 2021 10:12:55 +0100
changeset 46823 f1f2961d2816
parent 45620 426294d06ddc
permissions -rw-r--r--
path: move handling of "default" (*) suboptions value inside __init__ With the introduction of `path://` scheme the handling of default value will need to be subtler. We do simple code movement first to clarify the future changes. Differential Revision: https://phab.mercurial-scm.org/D10260

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