Next: ForIndent Vars, Previous: ForIndent Num, Up: Fortran Indent [Contents][Index]
Fortran mode assumes that you follow certain conventions that simplify the task of understanding a Fortran program well enough to indent it properly:
fortran-continuation-char
.
By default, this character is ‘$’.
If you fail to follow these conventions, the indentation commands may indent some lines unaesthetically. However, a correct Fortran program will retain its meaning when reindented even if the conventions are not followed.