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

12 lines
273 B
JSON
Raw Normal View History

2023-03-24 02:47:50 +03:00
{
"workbench.colorCustomizations": {
"tab.activeBackground": "#65952acc"
2024-02-28 17:23:22 +03:00
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.printWidth": 1024,
"prettier.tabWidth": 4,
"files.associations": {
"*.css": "postcss"
2023-03-24 02:47:50 +03:00
}
}