Sets default encoding to cp437 (DOS).

This commit is contained in:
2023-02-26 21:38:55 -08:00
parent 661f6906e7
commit 2dba792f92

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"files.encoding": "cp437"
}