Last active
April 29, 2025 15:20
-
-
Save antoniwan/cf79ecc889de09dee9b06f6ac9b8be82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.colorTheme": "Andromeda Colorizer", | |
| "editor.fontFamily": "'Fira Code', 'JetBrains Mono', 'Cascadia Code', monospace", | |
| "editor.formatOnSave": true, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "files.autoSave": "onFocusChange", | |
| "typescript.tsdk": "node_modules/typescript/lib", | |
| "editor.tabSize": 2, | |
| "editor.minimap.enabled": false, | |
| "workbench.editor.enablePreview": false, | |
| "explorer.confirmDragAndDrop": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment