rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 22 Oct 2024 15:50:47 +0200
changeset 52062 73cf8b56c2f5
parent 45620 426294d06ddc
permissions -rw-r--r--
clang-format: do not accept version above 19.x This gives me different formatting on latest version available in Debian. So disabling for now.

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