Variable EditableContent._tabSize

class EditableContent
{
  // ...
  int _tabSize = 4;
  // ...
}