fix(core): update
This commit is contained in:
@@ -31,7 +31,7 @@ export const standard = (stringArg: string, options?: INormalizeOptions): string
|
||||
}
|
||||
|
||||
if (!options || options.normalizeNewline) {
|
||||
result = plugins.normalizeNewline(result); // fix newlines
|
||||
result = result.replace(/\r\n/g, '\n'); // fix newlines
|
||||
}
|
||||
|
||||
if (!options || options.replaceTabs) {
|
||||
|
Reference in New Issue
Block a user