Skip to content

Instantly share code, notes, and snippets.

@nvtuan305
Created December 25, 2017 14:25
Show Gist options
  • Save nvtuan305/6923955aee28867a89304813a2cbd8b6 to your computer and use it in GitHub Desktop.
Save nvtuan305/6923955aee28867a89304813a2cbd8b6 to your computer and use it in GitHub Desktop.
Visual Studio Code setting configuration
{
// Editor settings
"editor.fontFamily": "'Roboto Mono', Consolas, 'Courier New', monospace",
"editor.fontSize": 15,
"editor.lineHeight": 21,
"editor.tabSize": 4,
"editor.detectIndentation": false,
"editor.rulers": [80],
// Theme settings
"workbench.colorTheme": "Default Dark+",
"files.autoSave": "afterDelay",
// Terminal settings
"terminal.integrated.fontSize": 13,
"terminal.integrated.lineHeight": 1.15,
"git.confirmSync": false,
"window.zoomLevel": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment