Skip to content

Commit daaf92b

Browse files
committed
[shellscript] Make \n the default eol. Fixes microsoft#49418
1 parent 273d62f commit daaf92b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

extensions/shellscript/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"language": "shellscript",
2424
"scopeName": "source.shell",
2525
"path": "./syntaxes/shell-unix-bash.tmLanguage.json"
26-
}]
26+
}],
27+
"configurationDefaults": {
28+
"[shellscript]": {
29+
"files.eol": "\n"
30+
}
31+
}
32+
2733
}
2834
}

0 commit comments

Comments
 (0)