view rustfmt.toml @ 51945:4ee2505f9f65

tests: stabilize `test-merge-partial-tool.t` on Windows The test was previously failing because it was opening the shell scripts being used as an executable in a text editor, and problems cascaded from there.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 02 Oct 2024 16:34:33 -0400
parents 426294d06ddc
children
line wrap: on
line source

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