Sets vscode to default to unix / LF line endings (#52273)

This commit is contained in:
ShizCalev
2020-07-16 04:45:45 -04:00
committed by GitHub
parent a0819344bb
commit 74158d8a1b

View File

@@ -8,5 +8,6 @@
"filenamePattern": "*.dmi", "filenamePattern": "*.dmi",
"viewType": "imagePreview.previewEditor" "viewType": "imagePreview.previewEditor"
} }
] ],
"files.eol": "\n"
} }