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

pull/82101/head
Martin Aeschlimann 2019-10-08 14:53:24 +02:00
parent 273d62f2e7
commit daaf92b5bc
1 changed files with 7 additions and 1 deletions

View File

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