rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Sat, 11 Sep 2021 00:05:08 +0200
changeset 48078 ddde80830aea
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-revset: add separate match logic for shortcuts The next change will add a shortcut for the `.` revision. One day we might start matching `tip` and others, so this is an easy refactor. Differential Revision: https://phab.mercurial-scm.org/D11401

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