newEol property
EndOfLine
get
newEol
The eol-sequence used in the document.
Note that the eol-sequence will be applied to the whole document.
Implementation
_i3.EndOfLine get newEol => _i3.EndOfLine.values.byName(_i5.getProperty(
this,
'newEol',
));
set
newEol
(EndOfLine value)
Implementation
set newEol(_i3.EndOfLine value) {
_i5.setProperty(
this,
'newEol',
value.name,
);
}