rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 13:24:25 -0700
changeset 48954 c76255cde807
parent 45623 426294d06ddc
permissions -rw-r--r--
tests: unconditionalize _bytes2sys() As part of requiring Python 3. Differential Revision: https://phab.mercurial-scm.org/D12241

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