[MIRROR] Instructs vscode to insert final newlines into to files (#7115)

* Instructs vscode to insert final newlines into to files (#60405)

If we're gonna lint for it we might as well automate it.

* Instructs vscode to insert final newlines into to files

Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
This commit is contained in:
SkyratBot
2021-07-25 00:09:23 +02:00
committed by GitHub
parent 779f9a0238
commit 203579b431

View File

@@ -16,6 +16,7 @@
"*.dmi": "imagePreview.previewEditor" "*.dmi": "imagePreview.previewEditor"
}, },
"files.eol": "\n", "files.eol": "\n",
"files.insertFinalNewline": true,
"gitlens.advanced.blame.customArguments": ["-w"], "gitlens.advanced.blame.customArguments": ["-w"],
"tgstationTestExplorer.project.resultsType": "json", "tgstationTestExplorer.project.resultsType": "json",
"[javascript]": { "[javascript]": {