fprettify icon indicating copy to clipboard operation
fprettify copied to clipboard

force single variable each declaration line

Open ougx opened this issue 4 years ago • 0 comments
trafficstars

for example:

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

ougx avatar Aug 08 '21 20:08 ougx