Last active
August 12, 2021 12:20
-
-
Save favio41/b68e009041526909f38ba2ca19107e3f to your computer and use it in GitHub Desktop.
Settings for vscode
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
{ | |
"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