rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 05 Jan 2023 17:24:11 -0500
changeset 49855 36afe74e4439
parent 45620 426294d06ddc
permissions -rw-r--r--
watchman: refactor `ctypes.windll.kernel32` references to a local variable This is flagged by pytype as an attribute-error, and it's easier to disable that in a single place.

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