Indent and beautify Fortran source code with dependency analysis
Indent and beautify Fortran sources and generate dependency information
findent
$ findent input.f90 -o output.f90
$ findent -d *.f90
$ findent -i4 -L120 -b source.f95