mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
Add formatOnSave to settings.json
This commit is contained in:
parent
e1764f907b
commit
ffe6fb9030
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -7,6 +7,9 @@
|
||||
"**/.DS_Store": true,
|
||||
"**/*.bk": true,
|
||||
},
|
||||
"[rust]": {
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"rust-client.channel": "nightly-2018-02-28",
|
||||
"rust.unstable_features": true,
|
||||
"rust.workspace_mode": true,
|
||||
|
Loading…
Reference in New Issue
Block a user