EditableContent.smartIndents - multiple declarations

Function EditableContent.smartIndents

true if smart indents are enabled

bool smartIndents() @property;

Function EditableContent.smartIndents

set smart indents enabled flag

EditableContent smartIndents(
  bool enabled
) @property;