saleor-apps-rs/.neoconf.json
2024-06-12 16:22:08 +02:00

12 lines
216 B
JSON

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