rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 06 Oct 2020 20:37:35 -0700
changeset 45678 bd2df58366b1
parent 45620 426294d06ddc
permissions -rw-r--r--
errors: name arguments to CommandError constructor Because readability counts. Differential Revision: https://phab.mercurial-scm.org/D9164

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