rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 06 Nov 2022 12:51:50 -0500
changeset 49612 e706bb41fdb3
parent 45620 426294d06ddc
permissions -rw-r--r--
delta-find: move pre-filtering with other pre-filtering logic This is more consistent and will help use to be in a clean state before dealing with the "too large group" issue. As a side effect, the debug output now skip some useless cases, making it more useful.

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