view rustfmt.toml @ 49634:ec399ddf6764

rust: use `matches!` macro now that we're using Rust 1.42+
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 14 Nov 2022 15:34:51 +0100
parents 426294d06ddc
children
line wrap: on
line source

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