rustfmt.toml
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Sun, 20 Dec 2020 15:47:02 +0100
changeset 46182 dc4564ee57dc
parent 45620 426294d06ddc
permissions -rw-r--r--
tags: describe all abnormal tag types in `hg tags -v` In particular, this affects `git` and `git-remote` tags when using hg-git. Test Plan: I have not included an explicit test, as this is much more easily tested within the `hg-git` test suite. Differential Revision: https://phab.mercurial-scm.org/D9639

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