rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.43k stars 295 forks source link

Add rustformat config and CI #1375

Closed bluss closed 3 months ago

bluss commented 3 months ago

Closes #922 Closes #1292

It is unfortunately nightly-only because most configuration is nightly only. Now is a good time to format the repo, because a whole bunch of old queued PRs were merged the past week. The initial configuration is that rustfmt status is not blocking for merge, but it will be visible on every PR.