mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-04 11:20:53 +01:00
11 lines
244 B
JSON
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"
|
|
}
|