Skip to content

Commit 1bb7a59

Browse files
committed
add zed editor config
1 parent 60d262a commit 1bb7a59

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.zed/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"lsp": {
3+
"rust-analyzer": {
4+
"initialization_options": {
5+
"cargo": {
6+
"features": ["defmt", "rtic1", "stm32f411"]
7+
},
8+
"check": {
9+
"allTargets": false,
10+
"targets": "thumbv7em-none-eabihf"
11+
}
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)