Created
March 23, 2018 07:37
-
-
Save jchip/882b018d1c6e0a6a1f52711b7d068f65 to your computer and use it in GitHub Desktop.
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 default and user settings. | |
{ | |
"editor.tabSize": 2, | |
"editor.wordWrapColumn": 200, | |
"editor.wordWrap": "wordWrapColumn", | |
"editor.detectIndentation": false, | |
"editor.formatOnSave": false, | |
"typescript.format.enable": false, | |
"javascript.format.enable": true, | |
"json.format.enable": false, | |
"editor.renderWhitespace": "none", | |
"editor.rulers": [ | |
80, | |
120, | |
160 | |
], | |
"editor.wrappingIndent": "indent", | |
"editor.renderControlCharacters": false, | |
"editor.renderLineHighlight": "all", | |
"markdown.preview.fontSize": 12, | |
"telemetry.enableTelemetry": false, | |
"telemetry.enableCrashReporter": false, | |
"vsicons.presets.angular": false, | |
"rust.racerPath": "/Users/xchen11/.cargo/bin/racer", | |
"rust.rustfmtPath": "/Users/xchen11/.cargo/bin/rustfmt", | |
"rust.rustLangSrcPath": "/Users/xchen11/.cargo/rust/src", | |
"rust.cargoPath": "/Users/xchen11/.cargo/bin/cargo", | |
"rust.cargoEnv": null, | |
"files.autoSaveDelay": 300000, | |
"files.autoSave": "afterDelay", | |
"workbench.colorTheme": "Visual Studio Light", | |
"workbench.iconTheme": "material-icon-theme", | |
"vsicons.projectDetection.autoReload": true, | |
"auto-close-tag.SublimeText3Mode": true, | |
"prettier.printWidth": 100, | |
"prettier.disableLanguages": [ | |
"json" | |
], | |
"vsicons.dontShowNewVersionMessage": true, | |
"workbench.activityBar.visible": true, | |
"window.zoomLevel": 0, | |
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace", | |
"files.trimTrailingWhitespace": true, | |
"files.trimFinalNewlines": true, | |
"files.insertFinalNewline": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment