voice-changer/client/lib/.vscode/settings.json

9 lines
211 B
JSON
Raw Normal View History

2023-09-25 07:25:07 +03:00
{
"workbench.colorCustomizations": {
"tab.activeBackground": "#65952acc"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.printWidth": 1024,
"prettier.tabWidth": 4
}