Skip to content

Commit

Permalink
Merge branch 'master' into add-water-heater-management-to-all-cluster…
Browse files Browse the repository at this point in the history
…s-app
  • Loading branch information
PeterC1965 committed Jul 29, 2024
2 parents c45decd + 5e3127f commit a7f74bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"vadimcn.vscode-lldb",
"xaver.clang-format",
"yuichinukiyama.vscode-preview-server",
"yzhang.markdown-all-in-one"
"yzhang.markdown-all-in-one",
"ms-python.autopep8",
"ms-python.isort"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,5 @@
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none"
"autopep8.args": ["--max-line-length", "132"]
}

0 comments on commit a7f74bd

Please sign in to comment.