Skip to content

Instantly share code, notes, and snippets.

@AliwerErgashev
Created August 14, 2017 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AliwerErgashev/4de1e6ab08d6ff0d9cf65a4fa68bf490 to your computer and use it in GitHub Desktop.
Save AliwerErgashev/4de1e6ab08d6ff0d9cf65a4fa68bf490 to your computer and use it in GitHub Desktop.
vs code settings
{
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.quickSuggestions": {
"comments": true,
"other": true,
"strings": true
},
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"git.confirmSync": false,
"terminal.integrated.fontSize": 14,
"window.newWindowDimensions": "inherit",
"workbench.colorTheme": "Material Theme",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"emmet.showAbbreviationSuggestions": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment