view rustfmt.toml @ 49795:f1e820cda2f5

typing: add type hints related to message output in mercurial/ui.py This will shake loose some bytes vs str issues in the doc checker.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 10 Dec 2022 14:44:46 -0500
parents 426294d06ddc
children
line wrap: on
line source

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