Last active
March 14, 2024 20:15
-
-
Save leonardocintra/6a5610f8524b18ae5c8749cc9b4c6a10 to your computer and use it in GitHub Desktop.
Visual Studio - Settings
This file contains 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
{ | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public