rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 18 Jul 2022 17:00:59 -0400
changeset 49394 5cf73de964e1
parent 45620 426294d06ddc
permissions -rw-r--r--
setup: stop shadowing the builtin `dir` symbol I hit this when debugging what's available on the compiler.

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