Created
September 28, 2017 12:59
-
-
Save oeb25/577ca84a4dfa58a7ef3e5cec950cfe44 to your computer and use it in GitHub Desktop.
VSCode settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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