Skip to content

Instantly share code, notes, and snippets.

@leonardocintra
Last active March 14, 2024 20:15
Show Gist options
  • Save leonardocintra/6a5610f8524b18ae5c8749cc9b4c6a10 to your computer and use it in GitHub Desktop.
Save leonardocintra/6a5610f8524b18ae5c8749cc9b4c6a10 to your computer and use it in GitHub Desktop.
Visual Studio - Settings
{
"window.zoomLevel": 0.2,
"workbench.colorTheme": "Min Dark",
"workbench.iconTheme": "symbols",
"symbols.hidesExplorerArrows": false,
"editor.guides.bracketPairs": "active",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 13,
"editor.lineHeight": 1.7,
"editor.rulers": [
80,
120
],
"workbench.startupEditor": "newUntitledFile",
"editor.renderLineHighlight": "gutter",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.fontLigatures": true,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"breadcrumbs.enabled": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"tabnine.experimentalAutoImports": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always"
}
@leonardocintra
Copy link
Author

public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment