Files
opensprinkler-weather/.vscode/settings.json
2019-05-13 15:00:40 -05:00

20 lines
456 B
JSON

{
"editor.insertSpaces": true,
"git.promptToSaveFilesBeforeCommit": true,
"files.trimTrailingWhitespace": true,
"files.exclude": {
".git": true,
"node_modules": true,
"package-lock.json": true,
"js": true,
"weather.zip": true
},
"search.exclude": {
".git": true,
"node_modules": true,
"package-lock.json": true,
"js": true,
"weather.zip": true
}
}