rustfmt.toml
author Mathias De Mare <mathias.de_mare@nokia.com>
Thu, 20 Apr 2023 11:23:45 +0200
branchstable
changeset 50542 7b723217d368
parent 45620 426294d06ddc
permissions -rw-r--r--
clonebundles: filter out invalid schemes instead of failing on them Previously, an invalid clonebundle scheme would result in a failed clone. By specifying a list of schemes we support, we can make sure adding a new scheme (like the one for inline clonebundles) does not result in clones failing for older clients.

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