[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Several additional variables control how Fortran indentation works:
fortran-do-indent
fortran-if-indent
fortran-structure-indent
fortran-continuation-indent
fortran-check-all-num-for-matching-do
nil
, indentation assumes that each `do' statement
ends on a `continue' statement. Therefore, when computing
indentation for a statement other than `continue', it can save time
by not checking for a `do' statement ending there. If this is
non-nil
, indenting any numbered statement must check for a
`do' that ends there. The default is nil
.
fortran-blink-matching-if
t
, indenting an `endif' statement moves the
cursor momentarily to the matching `if' statement to show where it
is. The default is nil
.
fortran-minimum-statement-indent-fixed
fortran-minimum-statement-indent-tab