Skip to content

Commit 3a27253

Browse files
committed
Enable VSCode formatOnSave
1 parent a346877 commit 3a27253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"editor.formatOnSave": true,
3+
24
// source for rustc_* is not included in the rust-src component; disable the errors about this
35
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "unresolved-macro-call"],
46
"rust-analyzer.imports.granularity.enforce": true,

0 commit comments

Comments
 (0)