saleor-marketplace/.neoconf.json

13 lines
216 B
JSON
Raw Normal View History

2024-06-02 22:03:30 +00:00
{
"lspconfig": {
"rust_analyzer": {
"rust-analyzer.cargo.features": "all",
"rust-analyzer.rustfmt.overrideCommand": [
"leptosfmt",
"--stdin",
"--rustfmt"
]
}
}
}