rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 21 Feb 2023 13:26:07 -0500
changeset 50176 829aa604d71a
parent 45620 426294d06ddc
permissions -rw-r--r--
typing: add the return type hint to pycompat.rangelist() Not bothering with the args, because there are a few overloads and only 2 callers in the codebase, one of which is a test.

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