rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 08 Mar 2024 16:49:06 +0100
changeset 51552 dd5b5f99940d
parent 45623 426294d06ddc
permissions -rw-r--r--
branchcache: do not copy the `_dirty` flag If the inherited branch cache is dirty, it will be written on disk, and the super-set did not need to modify it, the on disk value for the subset will be re-useable as is. So the super set does not needs to write the very same content itself.

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