mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 04:47:03 +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,
|
"**/.DS_Store": true,
|
||||||
"**/*.bk": true,
|
"**/*.bk": true,
|
||||||
},
|
},
|
||||||
|
"[rust]": {
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
"rust-client.channel": "nightly-2018-02-28",
|
"rust-client.channel": "nightly-2018-02-28",
|
||||||
"rust.unstable_features": true,
|
"rust.unstable_features": true,
|
||||||
"rust.workspace_mode": true,
|
"rust.workspace_mode": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user