view rustfmt.toml @ 47096:1680c94741f8

bundle2: remove restriction around sidedata We are now capable of generating the missing sidedata on-the-fly. Differential Revision: https://phab.mercurial-scm.org/D10345
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 08 Apr 2021 16:30:10 +0200
parents 426294d06ddc
children
line wrap: on
line source

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