zlubsen / dis-rs

Implementation of DIS in Rust
MIT License
15 stars 7 forks source link

Code Formatting via rustfmt #40

Open carlocorradini opened 5 days ago

carlocorradini commented 5 days ago

Enable code formatting via rustfmt

zlubsen commented 5 days ago

The code generated by build.rs is formatted using prettyplease, which I found to be nicer to integrate programmatically.

Is there a particular issue with the formatting?

carlocorradini commented 5 days ago

Ah nono easier :) Format the whole project using rustfmt. Example: build.rs is not formatted, integrate rustfmt :)

carlocorradini commented 5 days ago

Something way way easier