view rustfmt.toml @ 49092:d200ecb76c72

rust-revlog: change default version from 2 to 1 in test builder Version 1 is the only version we support, so it seems like the natural choice for making it easy to create valid revlogs. Differential Revision: https://phab.mercurial-scm.org/D12563
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 15 Apr 2022 17:06:10 -0700
parents 426294d06ddc
children
line wrap: on
line source

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