view rustfmt.toml @ 51936:c6899b334d56

typing: add type annotations to `mercurial/mdiff.py` We'll leave converting `diffopts` to `attrs` as another project.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 30 Sep 2024 19:40:14 -0400
parents 426294d06ddc
children
line wrap: on
line source

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