view rustfmt.toml @ 50364:f930af431193 stable

revlog: test more complex file pattern for revlog split There have been a report of failure while splitting revlog. The file name involved was important. The pattern involved here are not problematic, but it help to setup the machinery to test multiple files, the actual fix and problematic file will arrive in a later changeset.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 02 May 2023 21:43:45 +0200
parents 426294d06ddc
children
line wrap: on
line source

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