Last active
January 2, 2024 10:25
-
-
Save leovargasdev/6f1e8f7d23bd788694a333333642c8a2 to your computer and use it in GitHub Desktop.
atualizando
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
{ | |
"workbench.startupEditor": "none", | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "Palenight Theme", | |
"terminal.integrated.fontSize": 14, | |
"editor.tabSize": 2, | |
"editor.fontSize": 18, | |
"editor.lineHeight": 24, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"explorer.compactFolders": false, | |
"editor.renderLineHighlight": "gutter", | |
"workbench.editor.labelFormat": "short", | |
"extensions.ignoreRecommendations": true, | |
"javascript.updateImportsOnFileMove.enabled": "never", | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"breadcrumbs.enabled": true, | |
"editor.rulers": [100, 140], | |
"files.associations" : { | |
".stylelintrc" : "json", | |
"*.tsx" : "typescriptreact", | |
".env.*" : "dotenv", | |
".prettierrc" : "json" | |
}, | |
"editor.codeActionsOnSave" : { | |
"source.fixAll.eslint" : true, | |
}, | |
"[prisma]": { | |
"editor.formatOnSave": true | |
}, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"material-icon-theme.folders.associations": { | |
"infra": "app", | |
"entities": "class", | |
"schemas": "class", | |
"typeorm": "database", | |
"queries": "container", | |
"migrations": "tools", | |
"modules": "components", | |
"implementations": "core", | |
"dtos": "typescript", | |
"fakes": "mock", | |
}, | |
"material-icon-theme.files.associations": { | |
"*.webpack.js" : "webpack", | |
"tsconfig.json": "tune" | |
}, | |
"explorer.confirmDragAndDrop": false, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"editor.cursorBlinking": "expand", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"security.workspace.trust.untrustedFiles": "newWindow", | |
"terminal.integrated.env.linux": {}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mais informações: link do notion.