view rustfmt.toml @ 52272:f204583a24ca stable

rhg-status: use `Filelog` default options when opening filelogs This is not currently a problem since the options are the same, but would have become one at some point in the future.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 18 Nov 2024 15:02:07 +0100
parents 426294d06ddc
children
line wrap: on
line source

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