view rustfmt.toml @ 46237:bc884e31b8c8

debuglock: rename flag names to better clarity `--force-lock` sounds as if we are taking the lock however in reality it's the opposite. Differential Revision: https://phab.mercurial-scm.org/D9690
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 08 Jan 2021 18:07:33 +0530
parents 426294d06ddc
children
line wrap: on
line source

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