style(vscode workspace): set EOL character to line feed (LF) symbol (#920)

To reduce likelihood of CRLF characters being incorporated, we wish to configure the project in VSCode to use LF
only.
This commit is contained in:
Iain Sproat
2022-08-18 15:39:55 +01:00
committed by GitHub
parent a579671b6e
commit 17cd07dc42
+2 -1
View File
@@ -59,7 +59,8 @@
"search.useParentIgnoreFiles": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"files.eol": "\n"
},
"extensions": {
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.