voice-changer/client/demo/.vscode/settings.json
2024-02-28 23:23:22 +09:00

12 lines
273 B
JSON

{
"workbench.colorCustomizations": {
"tab.activeBackground": "#65952acc"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.printWidth": 1024,
"prettier.tabWidth": 4,
"files.associations": {
"*.css": "postcss"
}
}