Skip to content

Instantly share code, notes, and snippets.

@henriquesss
Last active January 16, 2024 17:09
Show Gist options
  • Save henriquesss/2e2e8d44edfa09449edc371fab425f3e to your computer and use it in GitHub Desktop.
Save henriquesss/2e2e8d44edfa09449edc371fab425f3e to your computer and use it in GitHub Desktop.
Minhas configurações do VSCode
{
"editor.minimap.enabled": false,
"window.menuBarVisibility": "toggle",
"editor.autoIndent": "advanced",
"workbench.startupEditor": "newUntitledFile",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"breadcrumbs.enabled": false,
"explorer.confirmDelete": false,
"workbench.colorTheme": "Dracula",
"emmet.syntaxProfiles": { "javascript": "jsx" },
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"[prisma]": {
"editor.formatOnSave": true
},
"editor.guides.indentation": false,
"editor.guides.highlightActiveIndentation": false,
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment