Skip to content

Instantly share code, notes, and snippets.

@tonysaffo
Created May 14, 2018 08:26
Show Gist options
  • Save tonysaffo/ed6d685e6ab9aaf0e8be289961c8e356 to your computer and use it in GitHub Desktop.
Save tonysaffo/ed6d685e6ab9aaf0e8be289961c8e356 to your computer and use it in GitHub Desktop.
VSCode Config
{
"editor.tabSize": 2,
"editor.multiCursorModifier": "ctrlCmd",
"editor.autoIndent": false,
"editor.detectIndentation": false,
"editor.fontSize": 10,
"files.defaultLanguage": "html",
"workbench.editor.tabSizing": "shrink",
"editor.insertSpaces": false,
"editor.glyphMargin": false,
"editor.minimap.maxColumn": 30,
"editor.smoothScrolling": true,
"emmet.triggerExpansionOnTab": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": false
},
"editor.suggestOnTriggerCharacters": false,
"editor.parameterHints": false,
"editor.hover": false,
"editor.renderWhitespace": "none",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment