no_leading property

CompatibilityOptions.no_leading property

Do Not Add Leading Between Lines of Text.

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

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

See Also