fredrikekre / Runic.jl

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

Trim trailing whitespace in comments #53

Closed fredrikekre closed 2 months ago

fredrikekre commented 2 months ago

This patch adds trimming of trailing whitespace inside of comments in addition to the trimming of trailing whitespace in code. Note that trailing whitespace inside of multiline is not trimmed since doing so would change the content of the string.

Closes #50.