Skip to content

Instantly share code, notes, and snippets.

@perenciolo
Forked from diego3g/settings.json
Last active October 4, 2019 13:22
Show Gist options
  • Select an option

  • Save perenciolo/c797f862f98c3f708d0ddca5ad4679a9 to your computer and use it in GitHub Desktop.

Select an option

Save perenciolo/c797f862f98c3f708d0ddca5ad4679a9 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Dracula",
"window.zoomLevel": 0,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"eslint.packageManager": "yarn",
"eslint.autoFixOnSave": true,
"eslint.validate": [
{
"language": "javascript",
"autoFix": true
},
{
"language": "javascriptreact",
"autoFix": true
},
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
],
"files.associations": {
".sequelizerc": "javascript"
},
"workbench.iconTheme": "vscode-icons",
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"editor.rulers": [80, 120],
"editor.tabSize": 2,
"terminal.integrated.fontSize": 14,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"breadcrumbs.enabled": true,
"prettier-eslint.eslintIntegration": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment