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