mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-17 14:01:41 +03:00
16 lines
470 B
JSON
16 lines
470 B
JSON
{
|
|
"eslint.useFlatConfig": true,
|
|
"eslint.validate": ["svelte"],
|
|
"eslint.workingDirectories": ["app"],
|
|
"svelte.enable-ts-plugin": true,
|
|
"prettier.configPath": "app/.prettierrc.js",
|
|
"prettier.useEditorConfig": false,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
|
},
|
|
"rust-analyzer.check.command": "clippy",
|
|
"rust-analyzer.check.allTargets": true,
|
|
"rust-analyzer.check.features": "all"
|
|
}
|