do_not_suppress_indentation property

CompatibilityOptions.do_not_suppress_indentation property

Do Not Ignore Floating Objects When Calculating Paragraph Indentation.

@property
def do_not_suppress_indentation(self) -> bool:
    ...

@do_not_suppress_indentation.setter
def do_not_suppress_indentation(self, value: bool):
    ...

See Also