rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 10 Oct 2023 10:03:18 +0200
changeset 51038 8228e8dd96dd
parent 45620 426294d06ddc
permissions -rw-r--r--
revlog: skip opener options to pass max_chain_len We can directly set the option in the config object now.

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