view rust/hg-core/rustfmt.toml @ 42135:b970fece153d

compression: only declare revlog support for available engine Even if we know that an engine support revlog compression, the Mercurial process still won't support it if the compression engine is not available.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 16 Apr 2019 15:10:16 +0200
parents dbc28c91f7ff
children
line wrap: on
line source

max_width = 79
wrap_comments = true
error_on_line_overflow = true