rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 21 Feb 2022 10:38:27 -0700
changeset 48990 563eb25e079b
parent 45623 426294d06ddc
permissions -rw-r--r--
windows: remove write throttling support This mode would only be active on Python 2, which is no longer supported. Differential Revision: https://phab.mercurial-scm.org/D12302

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