view rustfmt.toml @ 50079:acd2a0267660

dirstate: simplify the shelve hack to not go through the disk We already have the data in memory, so why not simply keep the data in memory? This avoid abusing the `savebackup/restorebackup` logic and will make our life easier.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 16 Feb 2023 03:08:00 +0100
parents 426294d06ddc
children
line wrap: on
line source

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