dima634 / baby_shark

Geometry processing library in pure rust
MIT License
67 stars 7 forks source link

cargo fmt? #11

Closed h3mosphere closed 2 months ago

h3mosphere commented 1 year ago

I am wondering if you are amenable to using cargo fmt?

I'm using vscodium & had formatting on by default (which seems to be the norm with most projects), and it caused my first commits to have alot of formatting noise. I have turned it off for this project, but it might be an issue with new committers in the future.

Thanks

h3mosphere commented 1 year ago

Also, there are a couple of formatting errors that come up in vscodium due to unnecessary braces etc.

dima634 commented 2 months ago

I have started to use cargo fmt for this repo but prefer to keep it in manual mode. Sometimes autoformatting gives unpleasant results.