Files
SCM-Manager/scm-ui/ui-webapp/.vscode/settings.json
2019-10-07 10:57:09 +02:00

11 lines
244 B
JSON

{
"javascript.validate.enable": false,
// Set the default
"editor.formatOnSave": false,
// Enable per-language
"[javascript]": {
"editor.formatOnSave": false
},
"flow.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow"
}