[shellscript] Make \n the default eol. Fixes #49418

This commit is contained in:
Martin Aeschlimann 2019-10-08 14:53:24 +02:00
parent 273d62f2e7
commit daaf92b5bc

View file

@ -23,6 +23,12 @@
"language": "shellscript",
"scopeName": "source.shell",
"path": "./syntaxes/shell-unix-bash.tmLanguage.json"
}]
}],
"configurationDefaults": {
"[shellscript]": {
"files.eol": "\n"
}
}
}
}