Skip to content

Instantly share code, notes, and snippets.

@thathurtabit
Created March 27, 2018 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thathurtabit/9bec727d42f9d4d22888a2845a32d588 to your computer and use it in GitHub Desktop.
Save thathurtabit/9bec727d42f9d4d22888a2845a32d588 to your computer and use it in GitHub Desktop.
{
"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