quicktype/.vscode/settings.json

20 строки
499 B
JSON
Исходник Обычный вид История

// Place your settings in this file to overwrite default and user settings.
{
"purescript.addNpmPath": true,
2017-09-11 07:11:09 +03:00
"editor.formatOnSave": true,
"search.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/bower_components": true,
"**/tmp": true,
"output": true,
"**/obj": true,
"**/bin": true,
"test/inputs": true,
"test/runs": true,
"app/build": true,
"elm-stuff": true,
"cli/dist": true
},
"java.configuration.updateBuildConfiguration": "automatic"
}