view rustfmt.toml @ 45807:f90943d753ef

fix: suggest --source instead of --rev on empty revset `--source` is the recommended flag for regular users (`--rev` is available for advanced users). Differential Revision: https://phab.mercurial-scm.org/D9224
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 16 Oct 2020 15:05:43 -0700
parents 426294d06ddc
children
line wrap: on
line source

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