rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 26 May 2023 17:41:25 +0200
changeset 50545 dc201a09e82c
parent 45620 426294d06ddc
permissions -rw-r--r--
clonebundle: add a `filter_bundle_url` function This function does nothing by default, but give extension the opportunity to alter the URL, typically, this could be used to inject authentication token when serving clone bundle for private repositories.

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