rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 13:21:30 -0700
changeset 48951 4cea98b32d95
parent 45623 426294d06ddc
permissions -rw-r--r--
tests: unconditionalize bchr We could probably just do bytes([x]) everywhere. But this eliminates use of PYTHON3. Differential Revision: https://phab.mercurial-scm.org/D12238

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