rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 21 Jul 2021 15:34:35 -0400
branchstable
changeset 47763 76dccbbe73fd
parent 45623 426294d06ddc
permissions -rw-r--r--
typing: convert an annotation to an assertion in commands.py Pytype was happy with the annotation at one point, but 2021.04.15 now complains. Differential Revision: https://phab.mercurial-scm.org/D11206

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