rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 30 Sep 2024 19:40:14 -0400
changeset 51972 c6899b334d56
parent 45623 426294d06ddc
permissions -rw-r--r--
typing: add type annotations to `mercurial/mdiff.py` We'll leave converting `diffopts` to `attrs` as another project.

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