Skip to content

Instantly share code, notes, and snippets.

@migsan
Created May 4, 2018 01:57
Show Gist options
  • Save migsan/f48e3758bc48d6fbc66ab1ead8c00657 to your computer and use it in GitHub Desktop.
Save migsan/f48e3758bc48d6fbc66ab1ead8c00657 to your computer and use it in GitHub Desktop.
My VSCode user config
{
"atomKeymap.promptV3Features": true,
"editor.cursorBlinking": "blink",
"editor.cursorStyle": "block",
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"editor.wordWrap": "on",
"editor.formatOnPaste": false,
"files.trimTrailingWhitespace": true,
"window.zoomLevel": 0,
"zenMode.fullScreen": false,
// plugins
"emmet.includeLanguages": {
"twig": "html"
},
"editor.minimap.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment