Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 743 Bytes

File metadata and controls

24 lines (16 loc) · 743 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IFileSystemWriteFileOptions > convertLineEndings

IFileSystemWriteFileOptions.convertLineEndings property

If specified, will normalize line endings to the specified style of newline.

Signature:

convertLineEndings?: NewlineKind;

Default Value

undefined which means no conversion will be performed