settings.json 440 B

12345678910111213141516
  1. {
  2. "prettier.jsxSingleQuote": true,
  3. "prettier.semi": false,
  4. "prettier.singleQuote": true,
  5. "editor.tabSize": 2,
  6. "prettier.printWidth": 100,
  7. "workbench.colorTheme": "Cobalt2",
  8. "workbench.colorCustomizations": {
  9. "[Cobalt2]": {
  10. "titleBar.activeForeground": "#e0e0e0",
  11. "titleBar.activeBackground": "#3d0058",
  12. "titleBar.inactiveBackground": "#e0e0e0",
  13. "titleBar.inactiveForeground": "#3d0058"
  14. }
  15. }
  16. }