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

This commit is contained in:
ShizCalev
2020-07-16 20:45:45 +12:00
committed by GitHub
parent a0819344bb
commit 74158d8a1b
+2 -1
View File
@@ -8,5 +8,6 @@
"filenamePattern": "*.dmi",
"viewType": "imagePreview.previewEditor"
}
]
],
"files.eol": "\n"
}