Untitled
unknown
plain_text
2 years ago
1.4 kB
6
Indexable
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.jsxSingleQuote": true,
"prettier.printWidth": 140,
"prettier.tabWidth": 2,
"prettier.useTabs": false,
"prettier.endOfLine": "lf",
"prettier.proseWrap": "never",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.semi": true,
"prettier.trailingComma": "none",
"prettier.htmlWhitespaceSensitivity": "ignore",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#77cc9b",
"activityBar.background": "#77cc9b",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#885dc2",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#77cc9b",
"statusBar.background": "#52be80",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#3ca167",
"statusBarItem.remoteBackground": "#52be80",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#52be80",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#52be8099",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#52BE80"
}Editor is loading...
Leave a Comment