Skip to content

Instantly share code, notes, and snippets.

@tranquan
Last active July 12, 2018 11:50
Show Gist options
  • Save tranquan/915755c68874404e41f03478e62d503b to your computer and use it in GitHub Desktop.
Save tranquan/915755c68874404e41f03478e62d503b to your computer and use it in GitHub Desktop.
vscode setting personal usage
{
"editor.dragAndDrop": false,
"editor.fontSize": 13,
"editor.fontFamily": "Monaco, 'Source Code Pro', Consolas, 'Ubuntu Mono', 'Courier New', monospace, 'Segoe UI Emoji'",
"editor.fontWeight": "100",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.wordWrapColumn": 100,
"editor.minimap.enabled": false,
"editor.parameterHints": false,
"editor.rulers": [
100
],
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.fontSize": 13,
"terminal.integrated.fontWeight": "normal",
"workbench.editor.enablePreview": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Atom One Dark"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment