You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 to this. The usual method is to have a .fortran-format.yaml where you read the rules you want to add/remove. Maybe check cmake-format for some tips.
Some implementation notes:
Split the fortran-format from fortran-lint. E.g. comment formatting would be in fortran-format not in the latter
Read a .fortran-format.yaml (or json, or etc.) for the default format/lint rules of the project
It would be great to be able to deactivate certain rules (similarly to how flake8 rules can be deactivated).
The text was updated successfully, but these errors were encountered: