Created
April 6, 2020 15:40
-
-
Save silavsale/ca7220df3ce889e74617b126afee909b to your computer and use it in GitHub Desktop.
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
{ | |
// SETTINGS | |
"workbench.settings.editor": "json", | |
// EDITOR | |
"editor.formatOnSave": true, | |
// "prettier.eslintIntegration": true, | |
"editor.fontSize": 17, | |
"editor.fontLigatures": true, | |
// "editor.fontFamily": "Fira Code", | |
"editor.copyWithSyntaxHighlighting": false, | |
"editor.multiCursorModifier": "alt", | |
"editor.cursorSmoothCaretAnimation": false, | |
"editor.renderIndentGuides": true, | |
"editor.renderWhitespace": "all", | |
"editor.suggestSelection": "first", | |
"editor.minimap.scale": 1, | |
"emmet.triggerExpansionOnTab": true, | |
// ********************** | |
// ** WORKBENCH ** | |
// ********************** | |
"window.zoomLevel": 0, | |
"files.autoSaveDelay": 50000, | |
"files.autoSave": "afterDelay", | |
"vsintellicode.modify.editor.suggestSelection": "choseToUpdateConfiguration", | |
"workbench.colorCustomizations": {}, | |
"workbench.tree.indent": 20, | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.statusBar.visible": true, | |
"breadcrumbs.enabled": true, | |
"explorer.confirmDelete": false, | |
// | |
// FOLDERS COLORS | |
//Terminal | |
// "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment