view rustfmt.toml @ 49817:2b1476714849

typing: add trivial type hints to rest of the windows platform module Skipping the file wrappers for now because there's interplay with C code, and making them subclass `typing.BinaryIO_Proxy` confuses PyCharm a bit.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 16 Dec 2022 22:07:02 -0500
parents 426294d06ddc
children
line wrap: on
line source

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