microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
eb7292d2e5164d94d10fa894e858e1bd406417a4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.vscode/settings.json

8lines · modecode

1// Place your settings in this file to overwrite default and user settings.
2{
3 "javascript.validate.enable": false,
4 "files.trimTrailingWhitespace": true,
5 "eslint.enable": false,
6 "editor.insertSpaces": true,
7 "editor.tabSize": 4
8}