Created
August 22, 2016 12:28
-
-
Save andregoncalves/5b9b4c714bf5c12d4341c1406af3bfe2 to your computer and use it in GitHub Desktop.
vscode settings.json
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.insertSpaces": false, | |
"editor.fontFamily": "Menlo, Monaco, Menlo, 'Courier New', monospace", | |
"editor.fontSize": 14, | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"editor.fontSize": 12, | |
"editor.rulers": [120], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment