taf/.vscode/settings.json

19 lines
353 B
JSON

{
"files.autoSave": "onWindowChange",
"editor.tabSize": 2,
"[yaml,yml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"git.branchProtection": [],
"files.exclude": {
"*.lock": true,
".styles": false,
"node_modules": true,
"packs": true,
"foundry": false
},
"html.customData": [
"./.vscode/components.html-data.json"
]
}