mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-02 01:47:44 +01:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"editor.renderWhitespace": "all",
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.eol": "\n",
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"editor.cursorStyle": "block",
|
|
}
|