Hey,
do you have an opinion on reformatting the code to match common code style?
I could run
$ cargo fmt -- --config imports_granularity=Crate
and open a PR. But as this changes a lot, you might probably prefer to do it yourself and be sure that I havn't introduced bad code on the way ;-)
For me this would be helpful, because I always use the format on save feature of my IDE to speed up coding. Parts which should not be subject to reformatting can also be annotated with #[rustfmt::skip]. What do you think?
Thank you for your amazing work, btw!
Hey,
do you have an opinion on reformatting the code to match common code style?
I could run
and open a PR. But as this changes a lot, you might probably prefer to do it yourself and be sure that I havn't introduced bad code on the way ;-)
For me this would be helpful, because I always use the
format on savefeature of my IDE to speed up coding. Parts which should not be subject to reformatting can also be annotated with#[rustfmt::skip]. What do you think?Thank you for your amazing work, btw!