defaultEol property

String get defaultEol
inherited

The default EOL to be used for new files and files that do not have EOLs.

Existing files with EOL markers will always have the same EOL in inserted text.

Implementation

String get defaultEol => utils.endOfLine;