view rustfmt.toml @ 47328:27e9ed1217c5

revlog: close the index file handle after the data one This make sure the data file is flushed before the index. preventing the index to reference unflushed data. Differential Revision: https://phab.mercurial-scm.org/D10776
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 26 May 2021 21:46:45 +0200
parents 426294d06ddc
children
line wrap: on
line source

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