rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 13:27:08 -0700
changeset 48865 7caa967bb7b6
parent 45620 426294d06ddc
permissions -rw-r--r--
tests: simplify Windows and PYTHON3 conditionals PYTHON3 is always True. So this flow can be reduced. Differential Revision: https://phab.mercurial-scm.org/D12243

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