gitbutler/.vscode/settings.json

16 lines
445 B
JSON
Raw Normal View History

2024-06-06 16:43:21 +03:00
{
2024-06-19 13:40:07 +03:00
"eslint.useFlatConfig": true,
2024-06-06 16:43:21 +03:00
"eslint.validate": ["svelte"],
"eslint.workingDirectories": ["."],
2024-06-06 16:43:21 +03:00
"svelte.enable-ts-plugin": true,
"prettier.configPath": ".prettierrc.mjs",
2024-06-19 13:40:07 +03:00
"prettier.useEditorConfig": false,
2024-07-08 12:31:49 +03:00
"editor.defaultFormatter": null,
2024-06-06 16:43:21 +03:00
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"rust-analyzer.check.command": "clippy",
"rust-analyzer.check.allTargets": true,
"rust-analyzer.check.features": "all"
}