Makes Visual Studio insert a line at the end of each file

This commit is contained in:
DragonTrance
2022-06-08 03:37:43 -04:00
parent 7fc9020cee
commit 576b29b24c
+4 -2
View File
@@ -5,5 +5,7 @@
"workbench.editorAssociations": {
"*.dmi": "imagePreview.previewEditor"
}
}
},
"files.eol": "\n",
"files.insertFinalNewline": true,
}