divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
51 stars 14 forks source link

Use nightly rustfmt #3056

Open divergentdave opened 2 months ago

divergentdave commented 2 months ago

We could automate and standardize a few more style choices if we used a nightly build of rustfmt, and set up a configuration file with the following options.

inahga commented 2 months ago

SGTM. For local development looks like it' reasonably possible to use a stable compiler while still using nightly rustfmt https://github.com/rust-lang/vscode-rust/issues/438.

inahga commented 2 months ago

wrap_comments may also be useful.