rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Tue, 16 Feb 2021 13:55:31 +0100
changeset 46636 305d74c262de
parent 45623 426294d06ddc
permissions -rw-r--r--
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

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