Last active
September 27, 2017 22:03
-
-
Save mbuckley/cba58b195604b26baac8697a4805cec4 to your computer and use it in GitHub Desktop.
This file contains 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.fontSize": 14, | |
"editor.fontFamily": "FiraCode-Retina", | |
"editor.fontLigatures": true, | |
"terminal.integrated.fontLigatures": false, | |
"typescript.check.tscVersion": false, | |
"editor.wordWrap": "off", | |
"files.insertFinalNewline": true, | |
"window.zoomLevel": 0, | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "Fresh Material - Indigo", | |
"search.exclude": { | |
"**/node_modules": false, | |
"**/bower_components": true | |
}, | |
// The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on. | |
"editor.tabSize": 2, | |
"files.trimTrailingWhitespace": true, | |
"editor.renderControlCharacters": true, | |
"files.associations": { | |
"*.erb": "erb" | |
}, | |
"material-icon-theme.showWelcomeMessage": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment