fortran-lang / fprettify

auto-formatter for modern fortran source code
https://pypi.python.org/pypi/fprettify
Other
368 stars 73 forks source link

Ugly fix for #153 #154

Open dbroemmel opened 1 year ago

dbroemmel commented 1 year ago

This is a sort of brute-force workaround to avoid #153. Likely not up to the standard of fprettify but 'works-for-me'. Test amended to cover the corner case, I think.

dbroemmel commented 4 months ago

Resolves #153 and #168. The solution proposed in #168 seems much nicer though.