spacedrive/.vscode/settings.json
2022-05-28 22:23:50 -07:00

29 lines
446 B
JSON

{
"cSpell.words": [
"actix",
"bpfrpt",
"consts",
"countup",
"creationdate",
"ipfs",
"Keepsafe",
"pathctx",
"prismjs",
"proptype",
"quicktime",
"repr",
"Roadmap",
"svgr",
"tailwindcss",
"trivago",
"tsparticles",
"unlisten",
"upsert"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.diagnostics.experimental.enable": false
}