mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-12 06:20:48 +00:00
db9bf72ac4
## Description This enables the auto-formatting to automatically format and wrap comments so they do not exceed the length of the code. This is still an experimental feature it seems, but we've had good results with the import ordering so this might work out as well. ## Breaking Changes none ## Notes & open questions This is quite the bloodbath, probably should have been expected. Partially I wish we could enable this only for new code but hey. I've fixed up the worst things, let me know if there's still anything else that needs fixing up. I'd secretly like to set this to 92 rather than 100. But I guess that would be pushing my personal preferences too far. It this works we should probably also do this on iroh. I love the irony that the line in the Makefile.toml is now well over 100 characters long. I'd prefer to only merge this by consensus, vetos are also accepted. ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant.