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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user