Home > @rushstack/localization-plugin > ILocalizedData > normalizeResxNewlines
ILocalizedData.normalizeResxNewlines property
Normalize newlines in RESX files to either CRLF (Windows-style) or LF (‘nix style)
Signature:
normalizeResxNewlines?: 'lf' | 'crlf';