microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.7.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

.vscode/settings.json

22lines · modepreview

// Place your settings in this file to overwrite default and user settings.
{
    "javascript.validate.enable": false,
    "editor.formatOnSave": true,
    "editor.formatOnSaveMode": "modifications",
    "files.trimTrailingWhitespace": true,
    "editor.insertSpaces": true,
    "editor.tabSize": 4,
    "files.exclude": {
        // "**/node_modules": true,
        "nls.*.json": true,
        "**/*.js": {
            "when": "$(basename).ts"
        },
        // "**/out": true,
        "**/*.js.map": true
    },
    "[typescript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "typescript.tsdk": "./node_modules/typescript/lib"
}