singularity-builds/.vscode/settings.json

12 lines
224 B
JSON
Raw Normal View History

2021-08-31 18:43:53 +00:00
{
2021-09-07 14:46:42 +00:00
"editor.tabSize": 2,
"search.exclude": {
"**/**/*.sif": true,
"**/**/build-temp-*": true
},
"files.watcherExclude": {
"**/**/*.sif": true,
"**/**/build-temp-*": true
}
2021-08-31 18:43:53 +00:00
}