view rustfmt.toml @ 49857:ab32fd8412a7

typing: disable a few incorrect warnings in pywatchman The module-attr warnings are for things that only exist on Windows, and the wrong-keyword-args warning is due to a special case for a specific constructor. Both of these are properly conditionalized.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 05 Jan 2023 17:31:11 -0500
parents 426294d06ddc
children
line wrap: on
line source

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