rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 21 Feb 2022 11:24:57 -0700
changeset 48934 06de08b36c82
parent 45620 426294d06ddc
permissions -rw-r--r--
py3: use str instead of pycompat.unicode pycompat.unicode is an alias to str. Differential Revision: https://phab.mercurial-scm.org/D12340

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