Created
March 27, 2018 18:41
-
-
Save thathurtabit/9bec727d42f9d4d22888a2845a32d588 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
{ | |
"git.autofetch": true, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 13, | |
"editor.fontLigatures": true, | |
"workbench.iconTheme": "vscode-icons", | |
"files.exclude": { | |
"**/node_modules": true, | |
"**/gems": true, | |
"**/._*": true, | |
".bundle": true, | |
"_reports": true | |
}, | |
"window.zoomLevel": 0, | |
"editor.acceptSuggestionOnEnter": "smart", | |
"workbench.sideBar.location": "left", | |
"editor.renderControlCharacters": false, | |
"editor.renderWhitespace": "all", | |
"editor.tabSize": 2, | |
"workbench.startupEditor": "newUntitledFile", | |
"vsicons.dontShowNewVersionMessage": true, | |
"editor.minimap.enabled": false, | |
"auto-run-command.rules": [ | |
{ | |
"condition": "hasFile: wallaby.js", | |
"command": "wallaby.start", | |
"message": "Running wallaby" | |
} | |
], | |
"workbench.statusBar.feedback.visible": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment