rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 18 Mar 2024 11:25:21 +0100
branchstable
changeset 51509 e7bbeaa4f0a7
parent 45620 426294d06ddc
permissions -rw-r--r--
delta-search: fix crash caused by unbound variable This code path was apparently not tested. This fixes a crash when cloning the Tryton repo.

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