rustfmt.toml
author Sushil khanchi <sushilkhanchi97@gmail.com>
Wed, 06 Oct 2021 13:32:07 +0530
changeset 48185 1d70fb83ff4a
parent 45623 426294d06ddc
permissions -rw-r--r--
hg: let extensions call the func without populating opts keys This change is to help extensions by not forcing them to populate with opts[b'bundle'] and opts[b'force'] when calling hg.incoming(...) Differential Revision: https://phab.mercurial-scm.org/D11619

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