Skip to content

Instantly share code, notes, and snippets.

@inooid
Created September 27, 2017 10:52
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 inooid/26a663617b2f732c21be3789ddb11c53 to your computer and use it in GitHub Desktop.
Save inooid/26a663617b2f732c21be3789ddb11c53 to your computer and use it in GitHub Desktop.
VSCode User Settings
{
"workbench.colorTheme": "Material Theme",
"editor.tabSize": 2,
"editor.fontSize": 14,
"editor.fontFamily": "Fira Mono",
"editor.rulers": [80, 100, 120],
"files.exclude": {
"*.jpg": true,
"*.jpeg": true,
"*.png": true,
"*.gif": true,
"*.ttf": true,
"*.tga": true,
"*.dds": true,
"*.ico": true,
"*.eot": true,
"*.pdf": true,
"*.swf": true,
"*.jar": true,
"*.zip": true,
"node_modules/*": true,
"bower_components/*": true,
"tmp/*": true,
"coverage/*": true,
"development.log": true,
"development.log.*": true,
"vendor/*": true,
"public/*": true,
"storage/local/views/*": true
},
"files.associations": {
"*.rain": "twig"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment