-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustfmt juice and coaster #24
Comments
What exactly are you suggesting? |
Yes, I would also suggest creating CI rules to check for formatting. |
That is mostly a task for the mergebot that deals with this as a post merge step and then ammends into the merge commit. Not sure about individual commits, but I guess that would be an option too to just do the same on a per commit basis. |
Another thing to consider is, that certain macros are really hard to read with default formatting with forced lin breaks, so the first step would be to figure out a config that does not change too much of the currrent style. I am mostly looking at |
@crackcomm I'd be happy to review + test PRs |
Ok, what the resolution, we creating linters or submitting PRs with |
Both, CI ist mostly dormant now and it's pipes suffered a bit from bitrot, that's my next TODO |
I can provide pull request but you might want to do it yourself so you don't have to review it.
Code base would be much cleaner, easier to read, thank you.
The text was updated successfully, but these errors were encountered: