Skip to content

Commit 00ed698

Browse files
committed
Add rustfmt settings for Zed
1 parent 89a2052 commit 00ed698

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.zed/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"lsp": {
3+
"rust-analyzer": {
4+
"initialization_options": {
5+
"rustfmt": {
6+
"extraArgs": ["+nightly"]
7+
}
8+
}
9+
}
10+
},
211
"languages": {
312
"Rust": {
413
"format_on_save": "on"

0 commit comments

Comments
 (0)