mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 09:01:45 +03:00
Correct and reorder settings.json
This commit is contained in:
parent
020377c972
commit
57c09e6ec6
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,14 +1,14 @@
|
||||
{
|
||||
"eslint.experimental.useFlatConfig": true
|
||||
"eslint.useFlatConfig": true,
|
||||
"eslint.validate": ["svelte"],
|
||||
"eslint.workingDirectories": ["app"],
|
||||
"prettier.configPath": "app/.prettierrc.js",
|
||||
"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"
|
||||
},
|
||||
"prettier.useEditorConfig": false,
|
||||
"rust-analyzer.check.command": "clippy",
|
||||
"rust-analyzer.check.allTargets": true,
|
||||
"rust-analyzer.check.features": "all"
|
||||
|
Loading…
Reference in New Issue
Block a user