Added rustfmt.toml and enforced it in CMake#779
Conversation
|
It's not working, please don't PR untested code...: |
|
Sorry for the mistake, now I fixed it |
|
@niko091 have you changed all line endings from: is that needed? can you restore it if it's not? |
|
@viferga, I have reverted the changes, but I've noticed that most of the rs_loader files end with LF and some ends with CRLF. would make sense to make them all FL? Maybe in an other PR. |
|
That should go in another PR. |
|
@niko091 We were working on this: 95e1f7f But now is merged, we are going to review your PR and merge it today. The linux/windows endings, we must decide one format and set it up mandatory from clang-format or even in git, so all files always have the same convention. This should be done in another PR. |
Description
Added rustfmt to the rs_loader
Enforced fmt in both rs_port and rs_loader
Type of change
Checklist: