Skip to content

Instantly share code, notes, and snippets.

@kailashyogeshwar85
Created January 7, 2018 07:52
Show Gist options
  • Save kailashyogeshwar85/74a449eb858db20522c515df163de2ea to your computer and use it in GitHub Desktop.
Save kailashyogeshwar85/74a449eb858db20522c515df163de2ea to your computer and use it in GitHub Desktop.
Custom settings for vscode
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.fontSize": 12,
"editor.tabSize": 2,
"editor.lineHeight": 20,
"editor.wordWrapColumn": 80,
"editor.cursorStyle": "line-thin",
"editor.fontLigatures": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
".bower/**": true,
".sass-cache/**": true
},
"files.trimTrailingWhitespace": true,
"workbench.colorTheme": "Atom One Dark",
"workbench.colorCustomizations": {
"editorCursor.foreground": "#FFF"
},
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment