view rustfmt.toml @ 48227:4518d91f02d8

rust: Reformat source code This fixes test-check-rust-format.t which is currently failing on the default branch. Differential Revision: https://phab.mercurial-scm.org/D11657
author Simon Sapin <simon.sapin@octobus.net>
date Thu, 14 Oct 2021 13:58:25 +0200
parents 426294d06ddc
children
line wrap: on
line source

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