Last active
February 8, 2023 23:05
-
-
Save FrancoAguilera/c7228065b3360c3cb6e709e83eb92f5c to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.formatOnSave": true, | |
"editor.renderWhitespace": "all", | |
"editor.rulers": [80, 120], | |
"editor.tokenColorCustomizations": { | |
"comments": "#00ff00" | |
}, | |
"editor.tabSize": 2, | |
"hardhat.telemetry": true, | |
"liveServer.settings.CustomBrowser": "chrome", | |
"liveServer.settings.donotShowInfoMsg": true, | |
"prettier.printWidth": 120, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.sideBar.location": "right", | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"files.associations": { | |
"*.css": "css", | |
"css": "css" | |
}, | |
"workbench.colorTheme": "Dobri Next -A04- Cobalt", | |
"window.zoomLevel": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment