mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-14 19:32:11 +03:00
16 lines
445 B
JSON
16 lines
445 B
JSON
{
|
|
"eslint.useFlatConfig": true,
|
|
"eslint.validate": ["svelte"],
|
|
"eslint.workingDirectories": ["."],
|
|
"svelte.enable-ts-plugin": true,
|
|
"prettier.configPath": ".prettierrc.mjs",
|
|
"prettier.useEditorConfig": false,
|
|
"editor.defaultFormatter": null,
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
|
},
|
|
"rust-analyzer.check.command": "clippy",
|
|
"rust-analyzer.check.allTargets": true,
|
|
"rust-analyzer.check.features": "all"
|
|
}
|