/INHERIT=inherit-keyword /NOINHERIT (D) Specifies that the indentation for the current line is taken from the adjusted indentation of another line. You can specify one of the following keywords to determine the indentation of the current line: Keyword Description MAXIMUM The visible indentation for the current line is taken from the adjusted indentation of either the previous line or the next line, whichever is larger. MINIMUM The visible indentation for the current line is taken from the adjusted indentation of either the previous line or the next line, whichever is smaller. NEXT The visible indentation for the current line is taken from the adjusted indentation of the next line. PREVIOUS The visible indentation for the current line is taken from the adjusted indentation of the previous line. You cannot specify the /INHERIT qualifier with either the /PREFIX qualifier or the /SUBSEQUENT qualifier.