Skip to content

Instantly share code, notes, and snippets.

@favio41
Last active August 12, 2021 12:20
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 favio41/b68e009041526909f38ba2ca19107e3f to your computer and use it in GitHub Desktop.
Save favio41/b68e009041526909f38ba2ca19107e3f to your computer and use it in GitHub Desktop.
Settings for vscode
{
"editor.tabSize": 2,
"files.associations": {
".env": "properties"
},
"workbench.colorTheme": "Monokai",
"editor.rulers": [80,120],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#40404050"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment