rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 04 Feb 2023 11:46:57 +0100
changeset 50009 115510658219
parent 45620 426294d06ddc
permissions -rw-r--r--
locking: hold the wlock for the full duration of the "keyword demo" The risk of racing the demo is low, since it seems to create its own repository on the fly. However it is clearer and more consistent.

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