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] Change case for keywords, labels, parameters #45

Closed meteokid closed 3 years ago

meteokid commented 5 years ago

It would be nice to be able to make characters case uniform for at least keywords, labels and parameters. This would be configurable with options.

My preference for a default would be:

I suppose it could as well be done for derived types, modules, subroutines and functions names.

I'll try to look into this.

meteokid commented 5 years ago

Created a pull request: https://github.com/pseewald/fprettify/pull/46

meteokid commented 5 years ago

Updated the pull request to include python3 fixes and unit tests.

meteokid commented 5 years ago

Replaced previous pull request with https://github.com/pseewald/fprettify/pull/49

pseewald commented 3 years ago

Resolved by #49