defaultEol property
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;
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.
String get defaultEol => utils.endOfLine;