Skip to content

Instantly share code, notes, and snippets.

@clairtonluz
Created August 3, 2019 20:27
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 clairtonluz/95ed3939037eadde8ae4f395e013fe3f to your computer and use it in GitHub Desktop.
Save clairtonluz/95ed3939037eadde8ae4f395e013fe3f to your computer and use it in GitHub Desktop.
{
"files.autoSave": "onFocusChange",
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0,
"editor.fontFamily": "Fira Code",
"editor.fontSize": 18,
"editor.fontLigatures": true,
"editor.renderLineHighlight": "gutter",
"editor.tabSize": 2,
"editor.rulers": [
80,
120
],
"editor.formatOnSave": false,
"eslint.autoFixOnSave": true,
"eslint.validate": [
{
"language": "javascript",
"autoFix": true
},
{
"language": "javascriptreact",
"autoFix": true
},
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
],
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"git.enableSmartCommit": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"terminal.integrated.rendererType": "dom",
"terminal.integrated.fontSize": 14,
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment