no_tab_hang_ind property

CompatibilityOptions.no_tab_hang_ind property

Do Not Create Custom Tab Stop for Hanging Indent.

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

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

See Also