Last active
January 18, 2024 14:35
-
-
Save gelzinn/b3d443295efc7a0d1fcab7c4e7725373 to your computer and use it in GitHub Desktop.
github settings
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
| { | |
| // Emmet settings | |
| "emmet.syntaxProfiles": { | |
| "javascript": "jsx" | |
| }, | |
| // Workbench settings | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.editor.labelFormat": "short", | |
| "workbench.productIconTheme": "fluent-icons", | |
| "workbench.colorTheme": "Min Dark", | |
| "workbench.iconTheme": "symbols", | |
| "workbench.editor.empty.hint": "hidden", | |
| // Editor settings | |
| "editor.fontSize": 16, | |
| "editor.lineHeight": 1.8, | |
| "editor.rulers": [ | |
| 80, | |
| 120 | |
| ], | |
| "editor.wordWrap": "wordWrapColumn", | |
| "editor.wordWrapColumn": 100, | |
| "editor.formatOnPaste": false, | |
| "editor.formatOnType": false, | |
| "editor.parameterHints.enabled": false, | |
| "editor.renderLineHighlight": "gutter", | |
| "editor.fontLigatures": true, | |
| "editor.suggestSelection": "first", | |
| "editor.acceptSuggestionOnCommitCharacter": false, | |
| "javascript.suggest.autoImports": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "editor.accessibilitySupport": "off", | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "explicit" | |
| }, | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.tabSize": 2, | |
| "editor.formatOnSave": true, | |
| "editor.fontFamily": "JetBrains Mono", | |
| // Git settings | |
| "git.enableSmartCommit": true, | |
| "git.confirmSync": false, | |
| // GitLens settings | |
| "gitlens.codeLens.enabled": false, | |
| "gitlens.codeLens.recentChange.enabled": false, | |
| "gitlens.codeLens.authors.enabled": false, | |
| // Explorer settings | |
| "explorer.confirmDelete": false, | |
| "explorer.compactFolders": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "explorer.fileNesting.enabled": true, | |
| "explorer.fileNesting.patterns": { | |
| "package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*", | |
| "tailwind.config.js": "tailwind.config*, postcss.config*", | |
| ".env.local": ".env*", | |
| ".env": ".env*" | |
| }, | |
| // Terminal settings | |
| "terminal.integrated.showExitAlert": false, | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font", | |
| "terminal.integrated.gpuAcceleration": "off", | |
| "terminal.integrated.defaultProfile.osx": "fish", | |
| // Miscellaneous settings | |
| "update.mode": "start", | |
| "security.workspace.trust.untrustedFiles": "newWindow", | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.minimap.enabled": false, | |
| "window.titleBarStyle": "native", | |
| "symbols.hidesExplorerArrows": false, | |
| "chat.editor.wordWrap": "on", | |
| "php.validate.executablePath": "", | |
| // File associations | |
| "files.associations": { | |
| ".sequelizerc": "javascript", | |
| ".stylelintrc": "json", | |
| "*.tsx": "typescriptreact", | |
| ".env.*": "dotenv", | |
| ".prettierrc": "json" | |
| }, | |
| // Material Icon Theme settings | |
| "material-icon-theme.languages.associations": { | |
| "dotenv": "tune" | |
| }, | |
| "material-icon-theme.files.associations": { | |
| "tsconfig.json": "tune", | |
| "*.webpack.js": "webpack", | |
| }, | |
| "material-icon-theme.activeIconPack": "nest", | |
| "material-icon-theme.folders.associations": { | |
| "adapters": "contract", | |
| "grpc": "pipe", | |
| "kube": "kubernetes", | |
| "main": "lib", | |
| "websockets": "pipe", | |
| "implementations": "core", | |
| "protos": "pipe", | |
| "entities": "class", | |
| "kafka": "pipe", | |
| "use-cases": "functions", | |
| "migrations": "tools", | |
| "schemas": "class", | |
| "useCases": "functions", | |
| "eslint-config": "tools", | |
| "typeorm": "database", | |
| "_shared": "shared", | |
| "mappers": "meta", | |
| "fakes": "mock", | |
| "modules": "components", | |
| "subscribers": "messages", | |
| "domain": "class", | |
| "protocols": "contract", | |
| "infra": "app", | |
| "view-models": "views", | |
| "presentation": "template", | |
| "http": "container", | |
| "providers": "include", | |
| "factories": "class", | |
| "repositories": "mappings" | |
| }, | |
| // Language-specific settings | |
| "[markdown]": { | |
| "editor.wordWrap": "wordWrapColumn", | |
| "editor.wordWrapColumn": 80, | |
| "editor.unicodeHighlight.ambiguousCharacters": false, | |
| "editor.unicodeHighlight.invisibleCharacters": false, | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "typescript.updateImportsOnFileMove.enabled": "never", | |
| "typescript.suggest.autoImports": true | |
| }, | |
| "[prisma]": { | |
| "editor.formatOnSave": true | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| // Spell check settings | |
| "cSpell.userWords": [ | |
| "adsense", | |
| "callees", | |
| "chakra", | |
| "classname", | |
| "clsx", | |
| "commitlint", | |
| "Dotenv", | |
| "esbenp", | |
| "fastify", | |
| "Fastify", | |
| "frontmatter", | |
| "gelzin", | |
| "gifs", | |
| "github", | |
| "middlewares", | |
| "nestjs", | |
| "nextjs", | |
| "opensource", | |
| "prefetch", | |
| "protos", | |
| "rehype", | |
| "reservey", | |
| "scminput", | |
| "sequelizerc", | |
| "sonner", | |
| "stylelintrc", | |
| "subnav", | |
| "tailwindcss", | |
| "trpc", | |
| "TRPC", | |
| "typeorm", | |
| "unusedexports", | |
| "upsert", | |
| "webm", | |
| "webp", | |
| "websockets" | |
| ], | |
| "cSpell.enableFiletypes": [ | |
| "!asciidoc", | |
| "!c", | |
| "!cpp", | |
| "!csharp", | |
| "!go", | |
| "!handlebars", | |
| "!haskell", | |
| "!jade", | |
| "!java", | |
| "!latex", | |
| "!php", | |
| "!pug", | |
| "!python", | |
| "!restructuredtext", | |
| "!rust", | |
| "!scala", | |
| "!scss" | |
| ], | |
| // GitHub Copilot settings | |
| "github.copilot.enable": { | |
| "*": true, | |
| "plaintext": true, | |
| "markdown": true, | |
| "scminput": false | |
| }, | |
| "window.commandCenter": false, | |
| "window.menuBarVisibility": "toggle", | |
| "workbench.layoutControl.enabled": false, | |
| // APC Customize UI settings | |
| "apc.header": { | |
| "height": 36 | |
| }, | |
| "apc.listRow": { | |
| "height": 24 | |
| }, | |
| "apc.font.family": "Inter", | |
| "apc.stylesheet": { | |
| ".title-label > h2": "display: none", | |
| ".editor-actions": "display: none", | |
| ".nosidebar .inline-tabs-placeholder": "width: 75px", | |
| ".pane-header": "padding: 0 8px", | |
| ".pane-body": "padding: 8px", | |
| ".split-view-view:first-child .pane-header": "display: none !important;", | |
| ".monaco-list-row": "border-radius: 4px;", | |
| ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display: none;" | |
| }, | |
| "apc.activityBar": { | |
| "position": "bottom", | |
| "hideSettings": true, | |
| "size": 48, | |
| "itemMargin": 8, | |
| "itemSize": 32 | |
| }, | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"workbench.colorTheme": "Min Dark",
"workbench.iconTheme": "symbols",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.formatOnSave": true,
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace ",
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 150,
"editor.minimap.enabled": false,
"editor.rulers": [120],
"editor.fontLigatures": true,
"liveServer.settings.donotShowInfoMsg": true,
"css.lint.unknownAtRules": "ignore",
"git.openRepositoryInParentFolders": "never",
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": false
},
"terminal.integrated.fontFamily": "monospace",
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"diffEditor.ignoreTrimWhitespace": false,
"git.confirmSync": false,
"php.docblock.classSnippet": {},
"git.enableSmartCommit": true,
"[css]": {
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.productIconTheme": "fluent-icons",
"symbols.hidesExplorerArrows": false,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.startupEditor": "none",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.zoomLevel": 1
}