Skip to content

v2.3.0

Compare
Choose a tag to compare
@cheton cheton released this 12 Jan 06:45
· 127 commits to master since this release

Adds a new option (lineEnding) to specify the line endings (817ca49, PR #68)

{
  resource: {
    // Normalize line endings to '\r\n', '\r', '\n', or 'auto' for the current operating system. Defaults to '\n'.
    // Aliases: 'CRLF', 'CR', 'LF', 'crlf', 'cr', 'lf'
    lineEnding: '\n'
  }
}