Skip to content

Instantly share code, notes, and snippets.

@pataar
Last active November 24, 2017 08:27
Show Gist options
  • Save pataar/baef5944304a5266a045e98b21073114 to your computer and use it in GitHub Desktop.
Save pataar/baef5944304a5266a045e98b21073114 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Monokai",
"editor.scrollBeyondLastLine": false,
"files.autoSave": "onWindowChange",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.idea": true,
"**/CVS": true,
"**/.DS_Store": true
},
"search.exclude": {
"**/build": true,
"**/node_modules": true,
"**/bower_components": true
},
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.startupEditor": "newUntitledFile",
"files.associations": {
"Fastfile": "ruby",
"Deliverfile": "ruby",
"Appfile": "ruby",
"Snapfile": "ruby",
"Gemfile": "ruby",
"Matchfile": "ruby",
"Gymfile": "ruby",
"*.twig": "handlebars"
},
"window.newWindowDimensions": "maximized",
"search.useIgnoreFilesByDefault": true,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"explorer.openEditors.visible": 0,
"vsicons.projectDetection.disableDetect": true,
"files.trimTrailingWhitespace": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment