Skip to content

My VScode settings to be used by me in the future and by people who like it.

Notifications You must be signed in to change notification settings

Robson-Carvalho/settings.json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Robson Carvalho's Vscode Settings

{
  "editor.fontSize": 16,
  "editor.fontFamily": "Fira Code",
  "editor.fontLigatures": true,
  "workbench.colorTheme": "Dracula",
  "workbench.iconTheme": "material-icon-theme",
  "editor.tabSize": 2,
  "explorer.compactFolders": false,
  "editor.formatOnSave": true,
  "cSpell.languageSettings": [],
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit"
  },
  "explorer.confirmDelete": false
}

About

My VScode settings to be used by me in the future and by people who like it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published