Fortran/prettify code
< Fortran
Prettify Source Code
editThere are tools available to automatically edit source code such that it is more easily readable. This includes topics such as
- indentation
- alignment
- lower/uppercase words
fprettify
editA python script fprettify for auto-indentation and whitespace formatting is readily available from github or PyPI.