Specifying whether to justify the last line after condensing the overflow
Specifies whether to set text-align-last: justify automatically on the last line after condensing the overflow by specifying ‘-ah-condensed-text-align-last’. For the conditions under which the feature is effective, see ‘-ah-condensed-text-align-last’ in the manual. This feature is available from AH Formatter V7.1.

-ah-condensed-text-align-last: false;

-ah-condensed-text-align-last: false does not change the last line. If ‘text-align-last’ is specified, follows its setting.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Nulla consequat massa quis enim. Donec.

-ah-condensed-text-align-last: true;

Sets text-align-last: justify in the last line when -ah-condensed-text-align-last: true is specified.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Nulla consequat massa quis enim. Donec.

-ah-condensed-text-align-last: justify;

-ah-condensed-text-align-last: justify sets text-align-last: justify when the last line is text-align: justify. Whether or not text-align: justify is determined by whether or not the element with the -ah-overflow: condense specified is text-align: justify.
Without the setting of ‘text-align’
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Nulla consequat massa quis enim. Donec.
With the setting of text-align: justify
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Nulla consequat massa quis enim. Donec.

-ah-condensed-text-align-last: auto

If -ah-condensed-text-align-last: auto is specified, follows the setting of ‘-ah-condensed-text-align-last' in the Option Setting File.