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 rustfmt commit to ignored revisions for git blame #1376

Closed lucascolley closed 3 months ago

lucascolley commented 3 months ago

This will automatically ignore the commit through GitHub's blame interface, addressing @nilgoyette's concern in gh-1292.

cc @bluss

bluss commented 3 months ago

Thanks I had never heard of this.