mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
12 lines
273 B
JSON
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"
|
|
}
|
|
}
|