updated brain home assistant

This commit is contained in:
2025-10-04 09:31:52 -04:00
parent f22a9d107a
commit acab92ac9c
3 changed files with 23 additions and 3 deletions

View File

@@ -57,6 +57,17 @@
"[github-actions-workflow]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"[dockercompose]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"editor.defaultFormatter": "redhat.vscode-yaml"
},
// spell check
"cSpell.enabled": true,