Last active
December 7, 2016 10:41
-
-
Save mradbourne/2087fee74db18d67dc086ebb54e7fa02 to your computer and use it in GitHub Desktop.
VS Code user settings
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.fontSize": 14, | |
| "editor.fontFamily": "Monaco", | |
| "editor.renderWhitespace": "boundary", | |
| "editor.rulers": [80], | |
| "editor.tabSize": 2, | |
| "editor.wordWrap": true, | |
| "files.associations": { | |
| "*.css": "scss", | |
| "*.js": "javascriptreact" | |
| }, | |
| "files.insertFinalNewline": true, | |
| "auto-close-tag.enableAutoCloseTag": false, | |
| "auto-close-tag.enableAutoCloseSelfClosingTag": false, | |
| "git.confirmSync": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment