view rustfmt.toml @ 46597:305d74c262de

rust: Add config parsing support for more value types * Rust `str` (ASCII or UTF-8) * Integer * Byte quantities Differential Revision: https://phab.mercurial-scm.org/D10008
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 16 Feb 2021 13:55:31 +0100
parents 426294d06ddc
children
line wrap: on
line source

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