12345678910111213141516 |
- {
- "prettier.jsxSingleQuote": true,
- "prettier.semi": false,
- "prettier.singleQuote": true,
- "editor.tabSize": 2,
- "prettier.printWidth": 100,
- "workbench.colorTheme": "Cobalt2",
- "workbench.colorCustomizations": {
- "[Cobalt2]": {
- "titleBar.activeForeground": "#e0e0e0",
- "titleBar.activeBackground": "#001486",
- "titleBar.inactiveBackground": "#e0e0e0",
- "titleBar.inactiveForeground": "#000b4b"
- }
- }
- }
|