rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 09 Nov 2022 13:54:15 -0500
changeset 49671 92c65bd0c4d6
parent 45620 426294d06ddc
permissions -rw-r--r--
sqlitestore: add an `ancestors` method We will need it during bundling. The implementation mirror the one in revlog.

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