Skip to content

Instantly share code, notes, and snippets.

@zhondori
Created July 9, 2024 11:11
Show Gist options
  • Save zhondori/f1ef14ba00868fbc0aaf7562cf400a93 to your computer and use it in GitHub Desktop.
Save zhondori/f1ef14ba00868fbc0aaf7562cf400a93 to your computer and use it in GitHub Desktop.
{
"symbols.hidesExplorerArrows": false,
"workbench.sideBar.location": "right",
"workbench.activityBar.location": "top",
"workbench.startupEditor": "none",
"workbench.statusBar.visible": false,
"editor.fontSize": 20,
"terminal.integrated.fontSize": 18,
"files.autoSave": "afterDelay",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.allowChords": false,
"window.zoomLevel": 1,
"editor.tabSize": 2,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "symbols",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"explorer.confirmDelete": false,
"editor.minimap.enabled": false,
"git.autofetch": true,
"editor.fontFamily": "Hack Nerd Font Mono, 'Courier New', monospace",
"git.confirmSync": false,
"git.enableSmartCommit": true,
"workbench.editor.showTabs": "none",
"breadcrumbs.enabled": false,
"editor.padding.top": 10,
"editor.stickyScroll.enabled": false,
"window.menuBarVisibility": "toggle",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}",
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.value": 1,
"githubPullRequests.createOnPublishBranch": "never",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"diffEditor.ignoreTrimWhitespace": true,
"workbench.colorTheme": "Moonlight II",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment