rustfmt.toml
author Manuel Jacob <me@manueljacob.de>
Sat, 13 Apr 2019 03:44:47 +0200
changeset 50419 afb27fc92717
parent 45620 426294d06ddc
permissions -rw-r--r--
hidden: support passing --hidden with `serve --stdio` This currently has no effect since the server code will filter the repository again. However, it is clearer to put this change in its own changeset. This will mostly impact ssh peers, clients being now able to pass --hidden when spawning the server. See the next changeset for details on how this is going to be used.

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