view rustfmt.toml @ 45889:e5a0efd26f7a

config: clean up message about ignored untrusted config The error message relied on Python's default formatting of arguments to an Exception's constructor. Let's try to make it a little more readable for users. Differential Revision: https://phab.mercurial-scm.org/D9352
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 20 Nov 2020 10:31:56 -0800
parents 426294d06ddc
children
line wrap: on
line source

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