mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"editor.renderWhitespace": "all",
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.eol": "\n",
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"editor.cursorStyle": "block",
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"master"
|
|
]
|
|
}
|