Created
December 25, 2017 14:25
-
-
Save nvtuan305/6923955aee28867a89304813a2cbd8b6 to your computer and use it in GitHub Desktop.
Visual Studio Code setting configuration
This file contains hidden or 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 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