EditWidgetBase.useSpacesForTabs - multiple declarations

Function EditWidgetBase.useSpacesForTabs

when true, spaces will be inserted instead of tabs

bool useSpacesForTabs() @property;

Function EditWidgetBase.useSpacesForTabs

set new Tab key behavior flag: when true, spaces will be inserted instead of tabs

EditWidgetBase useSpacesForTabs(
  bool useSpacesForTabs
) @property;