rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 21 Feb 2023 03:22:51 +0100
changeset 50116 9b49809eb612
parent 45620 426294d06ddc
permissions -rw-r--r--
large-files: make sure we write newly initialized standin file early Any changing context will have to initialized it before anything else. Not flushing the default (pre-change) content mean we would enter the changing context with a dirty dirstate, which is odd.

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