Skip to content

Instantly share code, notes, and snippets.

@oeb25
Created September 28, 2017 12:59
Show Gist options
  • Save oeb25/577ca84a4dfa58a7ef3e5cec950cfe44 to your computer and use it in GitHub Desktop.
Save oeb25/577ca84a4dfa58a7ef3e5cec950cfe44 to your computer and use it in GitHub Desktop.
VSCode settings
{
"window.zoomLevel": 0,
"editor.fontSize": 13,
"workbench.colorTheme": "Material Theme",
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"extensions.ignoreRecommendations": false,
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
"editor.trimAutoWhitespace": true,
"editor.smoothScrolling": true,
"editor.find.seedSearchStringFromSelection": false,
"editor.cursorBlinking": "expand",
"editor.cursorStyle": "line-thin",
"workbench.editor.tabCloseButton": "off",
"files.useExperimentalFileWatcher": true,
"explorer.openEditors.visible": 0,
"editor.lineNumbers": "on",
"files.insertFinalNewline": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment