Home > @rushstack/terminal > ITextRewriterTransformOptions > normalizeNewlines
ITextRewriterTransformOptions.normalizeNewlines property
If normalizeNewlines
or ensureNewlineAtEnd
is specified, a NormalizeNewlinesTextRewriter will be appended to the list of rewriters with the specified settings.
Signature:
normalizeNewlines?: NewlineKind;
Remarks
See INormalizeNewlinesTextRewriterOptions for details.