view rustfmt.toml @ 46214:5dfa837d933e

engine: refactor how total dstsize is calculated Instead of increasing it with each revlog, we just get the sum of total destination changelog, manifest and filelogs sizes. Differential Revision: https://phab.mercurial-scm.org/D9665
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 30 Dec 2020 16:11:24 +0530
parents 426294d06ddc
children
line wrap: on
line source

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