fortran-lang / fprettify

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

force single variable each declaration line #113

Open ougx opened 3 years ago

ougx commented 3 years ago

for example:

INTEGER :: ZIP, Mean, Total
INTEGER :: ZIP
INTEGER :: Mean
INTEGER :: Total