VSCode settings
{ | |
"editor.fontFamily": "Input", | |
"editor.fontSize": 12, | |
"editor.fontLigatures": true, | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"editor.wordWrapColumn": 80, | |
"terminal.integrated.fontFamily": "Input", | |
"terminal.integrated.fontSize": 12, | |
"terminal.integrated.lineHeight": 1.0, | |
"git.confirmSync": false, | |
"workbench.iconTheme": "vs-nomo-dark", | |
"workbench.colorTheme": "Railscasts-New", | |
"editor.renderControlCharacters": true, | |
"git.autofetch": true, | |
"python.pythonPath": "/usr/local/bin/python3.6", | |
"workbench.startupEditor": "newUntitledFile", | |
"git.enableSmartCommit": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment