Last active
November 6, 2018 09:06
-
-
Save tsyber1an/025f020467a43ab8d0179776fa9f345e 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
{ | |
"editor.wordWrap": "bounded", | |
"editor.wordWrapColumn": 160, | |
"editor.fontSize": 14, | |
"workbench.editor.enablePreview": false, | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"editor.smoothScrolling": true, | |
"editor.minimap.enabled": false, | |
"editor.rulers": [ | |
80, | |
100 | |
], | |
"window.zoomLevel": 0.5, | |
"editor.hover.delay": 100, | |
"files.trimTrailingWhitespace": true, | |
"workbench.colorTheme": "GitHub Plus", | |
"workbench.colorCustomizations": { | |
"editor.background": "#f6f8fa", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment