taf/.vscode/settings.json
2024-08-28 21:23:31 -06:00

18 lines
333 B
JSON

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