Skip to content

Instantly share code, notes, and snippets.

@luminuszz
Last active March 14, 2024 14:14
Show Gist options
  • Save luminuszz/d4d4c002c14056eb9fa4d0be313d137e to your computer and use it in GitHub Desktop.
Save luminuszz/d4d4c002c14056eb9fa4d0be313d137e to your computer and use it in GitHub Desktop.
{
"editor.tabSize": 2,
"editor.fontSize": 14,
"editor.formatOnSave": true,
"explorer.compactFolders": false,
"editor.renderWhitespace": "all",
"editor.minimap.enabled": false,
"editor.renderLineHighlight": "none",
"editor.mouseWheelZoom": true,
"workbench.layoutControl.type": "menu",
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.value": 4,
"workbench.editor.limit.perEditorGroup": true,
"workbench.editor.showTabs": "multiple",
"explorer.fileNesting.enabled": false,
"files.autoSave": "onWindowChange",
"explorer.openEditors.visible": 1,
"breadcrumbs.enabled": true,
"workbench.colorTheme": "Material Theme Palenight High Contrast",
"editor.scrollbar.verticalScrollbarSize": 2,
"editor.scrollbar.horizontalScrollbarSize": 2,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"workbench.layoutControl.enabled": false,
"editor.fontFamily": "JetBrains Mono",
"editor.formatOnSaveMode": "modificationsIfAvailable",
"[typescript]": {
"editor.formatOnSave": true
},
"[typescriptreact]": {
"editor.formatOnSave": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"workbench.productIconTheme": "fluent-icons",
"terminal.integrated.fontFamily": "MesloLGS NF",
"editor.smoothScrolling": true,
"editor.cursorStyle": "line",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "phase",
"prettier.printWidth": 150,
"indenticator.color.dark": "rgba(255,255,255,.1)",
"workbench.colorCustomizations": {
"tab.activeBorder": "#0000"
},
"editor.fontLigatures": true,
"git.confirmSync": false,
"git.autofetch": true,
"cSpell.userWords": [
"accesstoken",
"gluestack",
"okami",
"Pressable"
],
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.suggest.autoImports": true,
"javascript.autoClosingTags": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"git.enableSmartCommit": true,
"diffEditor.ignoreTrimWhitespace": false,
"projectManager.git.baseFolders": ["/home/daviribeiro-nova/projects", "/home/daviribeiro/projects"],
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"workbench.activityBar.location": "hidden",
"projectManager.git.ignoredFolders": ["node_modules", "out", "typings", "test", ".haxelib", ".dia", ".idea"],
"redhat.telemetry.enabled": true,
"gitlens.ai.experimental.provider": "openai",
"gitlens.ai.experimental.openai.model": "gpt-4-1106-preview",
"projectManager.git.maxDepthRecursion": 2,
"[javascript]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"terminal.integrated.env.linux": {},
"console-ninja.featureSet": "Community",
"cSpell.language": "en,pt-br"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment