fredrikekre / Runic.jl

A code formatter for Julia with rules set in stone.
MIT License
103 stars 3 forks source link

Fix insertion of space before comment #62

Closed fredrikekre closed 1 month ago

fredrikekre commented 1 month ago

This patch changes where spaces are inserted before comments so that it is always added as a sibling to the comment instead of as a "uncle" when a comment is found as the first leaf of a kid.