Skip to content

Instantly share code, notes, and snippets.

@totocaster
Created July 19, 2018 09:02
Show Gist options
  • Save totocaster/bc8f8632eaf42ec4853193b72c1e22ee to your computer and use it in GitHub Desktop.
Save totocaster/bc8f8632eaf42ec4853193b72c1e22ee to your computer and use it in GitHub Desktop.
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