Fortranstyle
Fortranstyle is a term used to describe a coherent set of coding conventions and practices intended for Fortran software development. It emphasizes readability, portability, and maintainability across Fortran dialects (Fortran 90/95, 2003, 2008, and later) and compiler implementations. While not an official standard, it is adopted by groups and projects to ensure consistent codebases.
Core principles include explicit typing using implicit none; modular design with programs, modules, and procedures; descriptive
Formatting and layout practices typically cover indentation (commonly 2–4 spaces), consistent line breaks, and clear continuation
Adoption varies by project but is common in scientific and high-performance computing where large legacy codebases