Skip to content

Commit 892b061

Browse files
committed
Modify vscode end of line configuration
1 parent 15ce4ff commit 892b061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"editor.codeActionsOnSave": {
1616
"source.fixAll.eslint": "always"
1717
},
18+
"files.eol": "\r\n",
1819
"files.insertFinalNewline": true,
1920
"javascript.format.semicolons": "insert",
2021
"typescript.format.semicolons": "insert",

0 commit comments

Comments
 (0)