Skip to content

Commit 9609f53

Browse files
committed
chore: configure vscode default files eol to LF, #4613
1 parent aabae16 commit 9609f53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
},
88
"rust-analyzer.rustfmt.extraArgs": [
99
"+nightly"
10-
]
10+
],
11+
"files.eol": "\n"
1112
}

0 commit comments

Comments
 (0)