view rustfmt.toml @ 46979:66cc5f867ddc

phab-refresh: extract the comment in a variable This make the script more readable and it is about to become more complex. Differential Revision: https://phab.mercurial-scm.org/D10463
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 19 Apr 2021 11:04:11 +0200
parents 426294d06ddc
children
line wrap: on
line source

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