Skip to content

Instantly share code, notes, and snippets.

@tanvirraj
Last active March 7, 2024 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanvirraj/434c5f88c3c14bad3c7906de76a1bce7 to your computer and use it in GitHub Desktop.
Save tanvirraj/434c5f88c3c14bad3c7906de76a1bce7 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.lineHeight": 1.4,
// "editor.fontFamily": "Berkeley Mono",
// "editor.fontSize": 15,
// "editor.fontWeight": "400",
// "editor.lineHeight": 1.4,
"editor.renderWhitespace": "none",
"editor.minimap.renderCharacters": false,
"editor.occurrencesHighlight": "singleFile",
"editor.overviewRulerBorder": true,
"editor.renderLineHighlight": "none",
"editor.renderControlCharacters": true,
"editor.minimap.enabled": false,
"editor.gotoLocation.multipleDefinitions": "goto",
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.validate.enable": false,
"terminal.integrated.fontSize": 15,
"files.trimTrailingWhitespace": true,
"editor.cursorWidth": 6,
"editor.cursorBlinking": "smooth",
"editor.rulers": [120],
"html.format.enable": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.external.osxExec": "iTerm.app",
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/node_modules": true,
"**/.storybook": false,
"**/.next": true
},
"git.enableSmartCommit": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.colorCustomizations": {
"[Night Owl]": {
"sideBar.border": "#102a44",
"editor.background": "#061626"
},
// "[One Hunter Flexoki Dark]": {
// "editor.background": "#1D1D1B"
// },
"[Gruvbox Dark Hard]": {
"editor.background": "#1F2022"
}
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.tslint": "explicit"
},
"editor.suggestSelection": "first",
"editor.detectIndentation": true,
"editor.cursorSmoothCaretAnimation": "on",
"editor.formatOnSave": true,
"editor.linkedEditing": true,
"breadcrumbs.enabled": false,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 90,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"security.workspace.trust.untrustedFiles": "open",
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.guides.indentation": false,
"extensions.ignoreRecommendations": true,
"window.zoomLevel": 1,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "auto",
"editor.codeLens": false,
"editor.smoothScrolling": true,
"editor.quickSuggestions": {
"strings": true
},
//right hand side
"editor.scrollbar.horizontalScrollbarSize": 8,
"editor.scrollbar.verticalScrollbarSize": 4,
"editor.minimap.autohide": true,
"editor.inlineSuggest.enabled": true,
"explorer.decorations.colors": false,
"workbench.editor.showIcons": false,
"workbench.editor.tabSizing": "shrink",
"workbench.tree.indent": 9,
"workbench.list.smoothScrolling": true,
"workbench.tips.enabled": false,
"git.decorations.enabled": false,
"javascript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.showOnAllFunctions": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"editor.suggest.showStatusBar": true,
"settingsSync.keybindingsPerPlatform": false,
"update.mode": "default",
"editor.accessibilitySupport": "off",
"workbench.colorTheme": "One Hunter Flexoki Dark",
"go.toolsManagement.autoUpdate": true,
"gopls": { "ui.semanticTokens": true },
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"html.format.templating": true,
"files.associations": {
"*.gohtml": "html",
"*.mdx": "markdown"
},
"window.newWindowDimensions": "inherit",
"editor.snippetSuggestions": "top",
"[go]": {
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "golang.go"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"css.lint.unknownAtRules": "ignore",
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.activityBar.location": "top",
"tailwindCSS.experimental.classRegex": [
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
],
"workbench.statusBar.visible": false,
"workbench.editor.tabActionCloseVisibility": false,
"diffEditor.hideUnchangedRegions.enabled": true,
"editor.inlineSuggest.suppressSuggestions": true,
"workbench.iconTheme": "vscode-great-icons",
"window.title": "${activeFolderMedium}/${activeEditorShort}",
"window.commandCenter": false,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.promptForLocalFileProtocolHandling": false,
"terminal.integrated.minimumContrastRatio": 1,
"python.defaultInterpreterPath": "/Users/tanvirraj/code/buttondown/btndown",
"editor.stickyScroll.scrollWithEditor": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment