mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
17 lines
388 B
JSON
17 lines
388 B
JSON
|
{
|
||
|
"prettier.enable": false,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": "explicit"
|
||
|
},
|
||
|
"files.associations": {
|
||
|
"*.css": "postcss"
|
||
|
},
|
||
|
"editor.formatOnSave": false,
|
||
|
"css.validate": false,
|
||
|
"workbench.colorCustomizations": {
|
||
|
"activityBar.background": "#401963",
|
||
|
"titleBar.activeBackground": "#20648b",
|
||
|
"titleBar.activeForeground": "#FCFAFE"
|
||
|
}
|
||
|
}
|