Last active
May 28, 2025 20:39
-
-
Save devhijazi/2a1cb6fe3b43b617ba61ac001bffc8e8 to your computer and use it in GitHub Desktop.
what my guitar want's say
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.colorTheme": "OM Theme (No Italic)", | |
"workbench.iconTheme": "symbols", | |
"workbench.editor.labelFormat": "short", | |
"workbench.startupEditor": "newUntitledFile", | |
"window.restoreWindows": "none", | |
"window.newWindowDimensions": "default", | |
"editor.tabSize": 2, | |
"editor.fontFamily": "JetBrains Mono", | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.fontLigatures": true, | |
"editor.suggestSelection": "first", | |
"editor.accessibilitySupport": "off", | |
"editor.parameterHints.enabled": false, | |
"editor.renderLineHighlight": "gutter", | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"editor.fontSize": 14, | |
"editor.lineHeight": 1.8, | |
"editor.semanticHighlighting.enabled": false, | |
"editor.acceptSuggestionOnCommitCharacter": false, | |
"editor.formatOnSave": true, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit" | |
}, | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"security.workspace.trust.untrustedFiles": "newWindow", | |
"terminal.integrated.fontSize": 14, | |
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font", | |
"terminal.integrated.gpuAcceleration": "off", | |
"terminal.integrated.defaultProfile.osx": "fish", | |
"terminal.integrated.showExitAlert": false, | |
"terminal.integrated.env.osx": { | |
"FIG_NEW_SESSION": "1" | |
}, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.compactFolders": false, | |
"explorer.confirmDelete": false, | |
"explorer.sortOrder": "foldersNestsFiles", | |
"explorer.fileNesting.patterns": { | |
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*, .prettierrc*, .prettierignore, package-lock*", | |
"tailwind.config.js": "tailwind.config*, postcss.config*", | |
".env.local": ".env*", | |
".env": ".env*", | |
".npmrc": "Dockerfile" | |
}, | |
"explorer.fileNesting.enabled": true, | |
"extensions.ignoreRecommendations": true, | |
"extensions.autoCheckUpdates": true, | |
"symbols.files.associations": { | |
"*.module.ts": "nest", | |
"*.guard.ts": "typescript", | |
"*.spec.ts": "ts-test", | |
"*.e2e-spec.ts": "ts-test", | |
"vitest.config.e2e.ts": "vite", | |
".env.example": "gear" | |
}, | |
"files.eol": "\n", | |
"files.autoSave": "off", | |
"files.hotExit": "onExit", | |
"files.exclude": { | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
// "**/.hg": true, | |
// "**/.svn": true, | |
// "**/.git": true, | |
// ".vscode": true | |
}, | |
"files.associations": { | |
".env.*": "dotenv", | |
"*.css": "css", | |
".babelrc": "json", | |
".prettierrc": "json", | |
".sequelizerc": "javascript" | |
}, | |
"javascript.suggest.autoImports": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.autopep8" | |
}, | |
"typescript.tsserver.log": "off", | |
"typescript.suggest.autoImports": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"tailwindCSS.experimental.classRegex": [ | |
[ | |
"tv\\(([^)]*)\\)", | |
"[\"'`]([^\"'`]*).*?[\"'`]" | |
] | |
], | |
"[prisma]": { | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "Prisma.prisma" | |
}, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
}, | |
"eslint.codeActionsOnSave.mode": "all", | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
"typescript", | |
"typescriptreact", | |
"graphql" | |
], | |
"prettier.singleQuote": true, | |
"prettier.arrowParens": "avoid", | |
"prettier.trailingComma": "all", | |
"prettier.quoteProps": "consistent", | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"git.enableSmartCommit": true, | |
"gitlens.codeLens.authors.enabled": false, | |
"material-icon-theme.folders.associations": { | |
"_shared": "shared", | |
"contexts": "components", | |
"domain": "class", | |
"dtos": "typescript", | |
"entities": "class", | |
"eslint-config": "tools", | |
"fakes": "mock", | |
"grpc": "pipe", | |
"http": "container", | |
"implementations": "core", | |
"infra": "app", | |
"kafka": "scripts", | |
"mappers": "meta", | |
"migrations": "tools", | |
"modules": "components", | |
"protos": "pipe", | |
"providers": "include", | |
"repositories": "mappings", | |
"schemas": "class", | |
"associations": "class", | |
"subscribers": "messages", | |
"typeorm": "database", | |
"useCases": "controller", | |
"resolvers": "controller", | |
"webscokets": "pipe", | |
"main": "app", | |
"dashboard": "tools", | |
"store": "database", | |
"interfaces": "typescript", | |
"types": "typescript", | |
"redux": "redux-actions", | |
"application": "app", | |
"applications": "app", | |
"args": "graphql", | |
"inputs": "graphql" | |
}, | |
"terminal.integrated.tabs.location": "left", | |
"[terraform]": {}, | |
"explorer.confirmPasteNative": false, | |
"tailwindCSS.classFunctions": [ | |
"cva", | |
"cx" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
๐