rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 11 Jan 2021 10:35:52 -0800
changeset 46290 e33266b916be
parent 45620 426294d06ddc
permissions -rw-r--r--
shelve: use listdir() instead of readdir() when we don't need stat information Differential Revision: https://phab.mercurial-scm.org/D9737

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