Closed rgov closed 4 years ago
I have a file that begins
program swe c
This is indented to
Which no longer compiles because the c is not in the leftmost column.
c
fprettify does not support c comments, only modern Fortran syntax (Fortran 90 upwards) is supported.
I have a file that begins
This is indented to
Which no longer compiles because the
c
is not in the leftmost column.