Skip to content

Instantly share code, notes, and snippets.

@tjpeden
Created March 28, 2016 14:48
Show Gist options
  • Save tjpeden/0ca4a114f0aa1c1468f5 to your computer and use it in GitHub Desktop.
Save tjpeden/0ca4a114f0aa1c1468f5 to your computer and use it in GitHub Desktop.
VS Code settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 14,
"editor.tabSize": 4,
"editor.renderWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.autoSave": "off",
"rust.racerPath": "C:\\Users\\PedenT\\.cargo\\bin\\racer.exe",
"rust.rustLangSrcPath": "C:\\Users\\PedenT\\Documents\\code\\rustc-1.7.0\\src",
"rust.rustfmtPath": "C:\\Users\\PedenT\\.cargo\\bin\\rustfmt.exe",
"window.reopenFolders": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment