rustfmt.toml
author Augie Fackler <augie@google.com>
Wed, 02 Mar 2022 10:11:37 -0500
changeset 48919 40a65f5594f5
parent 45623 426294d06ddc
permissions -rw-r--r--
setup: inline encoding constant that is only used once This was variable back when we supported Python 2. Differential Revision: https://phab.mercurial-scm.org/D12272

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