Created
July 9, 2019 16:23
-
-
Save bilegjargal/5da22406e2ac73061520da553ac79bb2 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.tabSize": 2, | |
"editor.wordWrap": "on", | |
"terminal.integrated.fontSize": 12, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
}, | |
"editor.formatOnSave": true, | |
"workbench.colorTheme": "Dracula", | |
"window.titleBarStyle": "custom", | |
"breadcrumbs.enabled": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.settings.editor": "json", | |
"editor.fontLigatures": true, | |
"terminal.integrated.fontFamily": "monospace", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"files.exclude": { | |
"**/.classpath": true, | |
"**/.project": true, | |
"**/.settings": true, | |
"**/.factorypath": true | |
}, | |
"window.zoomLevel": -1, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"terminal.integrated.rendererType": "canvas", | |
"files.autoSave": "off", | |
"editor.cursorStyle": "line", | |
"editor.cursorBlinking": "solid", | |
"editor.cursorWidth": 6 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment