/SUBSEQUENT=number
/SUBSEQUENT=0 (D)
Adjusts the indentation of lines after the current line. If a
buffer line matches an adjustment defined with the /SUBSEQUENT
qualifier, then the indentation of all lines after the given
one are adjusted by the number of columns given as the qualifier
value. A positive value causes the indentation to be adjusted to
the right; a negative value causes the indentation to be adjusted
to the left.
Use the /SUBSEQUENT qualifier for language constructs that denote
nesting and have well-defined endpoints. Use a positive value at
the beginning of the construct and a negative value at the end.
You cannot specify the /SUBSEQUENT qualifier with the /INHERIT
qualifier.