sequenceplanner/r2r

Don't you use cargo fmt?

Closed this issue · 5 comments

OTL commented

It seems that the source of r2r is not formated by rustfmt.
I think it's very popular to use cargo fmt to format the files.

Yes I really should use it. I also want to run the generated code through rustfmt. Will leave this open so that I get around to it eventually.

We should fix it in the futures branch before merging with master...

There is now a rustfmt.toml but maybe we should also automate a check so we don't forget to run it

There should be a pre commit hook

Cleaning up some old issues.