Created
August 10, 2018 01:32
-
-
Save cubaraphael/109fe5fd5067e25b22d234fdb87cf3fe 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.tabCompletion": true, | |
| "editor.fontSize": 14, | |
| "editor.renderWhitespace": "boundary", | |
| "editor.formatOnType": true, | |
| "editor.autoIndent": true, | |
| "window.zoomLevel": 0, | |
| "files.insertFinalNewline": true, | |
| "explorer.openEditors.visible": 0, | |
| "terminal.integrated.fontSize": 14, | |
| "emmet.triggerExpansionOnTab": true, | |
| "java.errors.incompleteClasspath.severity": "ignore", | |
| "editor.formatOnSave": true, | |
| "gitlens.advanced.messages": { | |
| "suppressShowKeyBindingsNotice": true | |
| }, | |
| "files.associations": { | |
| "*.js": "javascriptreact" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment