Last active
September 27, 2024 17:30
-
-
Save tomasoak/a44f134f3db3455134712eb1b442603d to your computer and use it in GitHub Desktop.
Revisions
-
tomasoak revised this gist
Sep 5, 2022 . No changes.There are no files selected for viewing
-
tomasoak created this gist
May 18, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,47 @@ { "workbench.colorTheme": "Dracula", "workbench.iconTheme": "material-icon-theme", "editor.tabSize": 2, "editor.fontSize": 14, "editor.lineHeight": 26, "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "editor.semanticHighlighting.enabled": false, "explorer.compactFolders": false, "editor.renderLineHighlight": "gutter", "workbench.editor.labelFormat": "short", "extensions.ignoreRecommendations": true, "breadcrumbs.enabled": true, "editor.parameterHints.enabled": false, "explorer.confirmDragAndDrop": false, "explorer.confirmDelete": false, "material-icon-theme.folders.associations": { "infra": "app", "entities": "class", "domain": "class", "schemas": "class", "typeorm": "database", "repositories": "mappings", "http": "container", "migrations": "tools", "modules": "components", "implementations": "core", "dtos": "typescript", "fakes": "mock", "websockets": "pipe", "protos": "pipe", "grpc": "pipe", "providers": "include", "subscribers": "messages", "useCases": "controller", "kafka": "scripts", "mappers": "meta", "_shared": "shared", "eslint-config": "tools", "kube": "kubernetes" }, }