microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
.vscode/settings.json
14lines · modeblame
9cf5eef2leolee10 years ago | 1 | // Place your settings in this file to overwrite default and user settings. |
| 2 | { | |
b031edc7digeff10 years ago | 3 | "javascript.validate.enable": false, |
| 4 | "files.trimTrailingWhitespace": true, | |
| 5 | "eslint.enable": false, | |
| 6 | "editor.insertSpaces": true, | |
| 7 | "editor.tabSize": 4, | |
| 8 | "files.exclude": { | |
| 9 | "**/node_modules": true, | |
| 10 | "**/out": true | |
| 11 | } | |
274b561cVladimir Kotikov9 years ago | 12 | , |
| 13 | "typescript.tsdk": "./node_modules/typescript/lib" | |
9cf5eef2leolee10 years ago | 14 | } |