Last active
February 5, 2021 14:02
-
-
Save mauriciomutte/6d23006086e550b27e2c7427c9195788 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
{ | |
"editor.suggestSelection": "first", | |
"editor.renderLineHighlight": "gutter", | |
"editor.tabSize": 2, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "Horizon", | |
"files.watcherExclude": { | |
"**/.git/objects/**": true, | |
"**/.git/subtree-cache/**": true, | |
"**/node_modules/*/**": true | |
}, | |
"window.titleBarStyle": "custom", | |
"window.menuBarVisibility": "toggle", | |
"window.zoomLevel": 0, | |
"terminal.integrated.shell.osx": "/bin/zsh", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment