Files
hassio-addons/.vscode/settings.json
2024-06-26 12:14:44 -05:00

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"
]
}