saleor-marketplace/.neoconf.json
2024-06-03 00:03:30 +02:00

12 lines
216 B
JSON

{
"lspconfig": {
"rust_analyzer": {
"rust-analyzer.cargo.features": "all",
"rust-analyzer.rustfmt.overrideCommand": [
"leptosfmt",
"--stdin",
"--rustfmt"
]
}
}
}