findent

Indent and beautify Fortran source code with dependency analysis

brewmacoslinux
Try with needOr install directly
Source

About

Indent and beautify Fortran sources and generate dependency information

Commands

findent

Examples

Beautify a Fortran source file with default settings$ findent input.f90 -o output.f90
Generate dependency information for Fortran files$ findent -d *.f90
Indent with custom line length and automatic backup$ findent -i4 -L120 -b source.f95