Merge pull request #4108 from gitbutlerapp/Virtual-branch

Update vscode settings to point to new prettierrc
This commit is contained in:
Caleb Owens 2024-06-18 13:07:28 +02:00 committed by GitHub
commit cb3532dec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"eslint.validate": ["svelte"],
"eslint.workingDirectories": ["app"],
"prettier.configPath": "app/.prettierrc",
"prettier.configPath": "app/.prettierrc.js",
"svelte.enable-ts-plugin": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[rust]": {