Skip to content

Instantly share code, notes, and snippets.

@tsyber1an
Last active November 6, 2018 09:06
Show Gist options
  • Save tsyber1an/025f020467a43ab8d0179776fa9f345e to your computer and use it in GitHub Desktop.
Save tsyber1an/025f020467a43ab8d0179776fa9f345e to your computer and use it in GitHub Desktop.
vscode settings
{
"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