fortran-lang / fprettify

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

Trailing whitespace added to lines ending in a semicolon #96

Open jimustafa opened 3 years ago

jimustafa commented 3 years ago

For lines that end in a semicolon, the reformatting process adds a trailing space character. This occurs even with --whitespace=0, but does not happen when passing the --disable-indent flag.