mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01:00
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"editor.renderWhitespace": "all",
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.eol": "\n",
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"editor.cursorStyle": "block",
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true
|
|
},
|
|
"hide-files.files": []
|
|
}
|