rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 26 Oct 2024 05:11:58 +0200
branchstable
changeset 52121 05bb54a3ef26
parent 45620 426294d06ddc
permissions -rw-r--r--
pycompat: filter more of the traceback in `test-flagproccessor.t` The traceback changes again with 3.13. So we filter it to only keeps the bits we care about. This is actually only reusing the approach from a few line below.

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