Variable EditableContent._useSpacesForTabs

class EditableContent
{
  // ...
  bool _useSpacesForTabs = true;
  // ...
}