rustfmt.toml
author Joerg Sonnenberger <joerg@bec.de>
Fri, 24 Apr 2020 16:36:04 +0200
changeset 46165 41d695a08e90
parent 45620 426294d06ddc
permissions -rw-r--r--
bundle: optional advisory obsolescence parts It is useful to ship obsolescence markers as part of clonebundles or pullbundles, but they shouldn't stop a non-evolution client from working. Differential Revision: https://phab.mercurial-scm.org/D8480

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