fortran-lang / fprettify

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

Feature Request: spaces for binary operators ** and // #100

Open e-kwsm opened 3 years ago

e-kwsm commented 3 years ago

At present fprettify can add whitespaces for the following binary operators:

But it always removes spaces before and after ** (power) and // (concatenation).