Skip to content

Commit 60b6ddd

Browse files
committed
set files.eol default to lf
1 parent d6f5eba commit 60b6ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"files.eol": "\n"
34
}

0 commit comments

Comments
 (0)