mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🚑 Fix auto indent for HA files
This commit is contained in:
parent
ec99f1c0b7
commit
8e6e2c9751
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@
|
|||
"strings": true
|
||||
}
|
||||
},
|
||||
"[home-assistant]": {
|
||||
"editor.autoIndent": "full",
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"esphome.dashboardUri": "15ef4d2f-esphome.local.hass.io:6052",
|
||||
"esphome.validator": "dashboard",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue