rustfmt.toml
author Kyle Lippincott <spectral@google.com>
Tue, 30 Mar 2021 15:54:36 -0700
changeset 46844 2fd5e0054dd9
parent 45623 426294d06ddc
permissions -rw-r--r--
deb: avoid use of [[ in 'rules' file It's not supported by posix shell, and apparently my build system uses that. Differential Revision: https://phab.mercurial-scm.org/D10292

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