Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fortran styling script #1608

Closed
wants to merge 1 commit into from

Conversation

wpbonelli
Copy link
Contributor

  • proof of concept, format fortran files per not-yet-determined style conventions
  • demo rule: just one dummy or local variable per line
  • more potential rules could be:
    • no return statements at the end of procedures, or require return
    • no empty comments, or require empty comments ! on empty lines
  • contributions welcome — feel free to add rules by pushing commits to this PR

* proof of concept for rewriting fortran files per style conventions
* rules currently implemented: just one variable per line
* todo: no return statements / add return statements
* todo: no empty comments / add empty comments
@wpbonelli wpbonelli added code refactor Nonfunctional changes maintenance Sprucing up the code labels Feb 10, 2024
@wpbonelli
Copy link
Contributor Author

included in #1389

@wpbonelli wpbonelli closed this Feb 26, 2024
@wpbonelli wpbonelli deleted the fortran-style branch February 26, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code refactor Nonfunctional changes maintenance Sprucing up the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant