Last active
March 5, 2023 19:51
-
-
Save flaugabriel/2b7cb1dc3ca257b25cf815c46c8bad5c 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.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "Monokai Dimmed", | |
"window.zoomLevel": 2, | |
"dart.flutterAdbConnectOnChromeOs": true, | |
"dart.flutterSdkPaths": [ | |
"/opt/flutter/bin" | |
], | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"dart.debugExternalLibraries": false, | |
"dart.debugSdkLibraries": false, | |
"beautify.language": { | |
"html":["html.erb", "html"] | |
}, | |
"[erb]": { | |
}, | |
"emmet.includeLanguages": { | |
"erb": "html" | |
}, | |
"editor.tabSize": 2, | |
"terminal.integrated.fontFamily": "DejaVu Sans Mono for Powerline", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment