Skip to content

Commit

Permalink
Re-enable formatting on save (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalansufi authored Mar 15, 2024
1 parent 9f6ee8b commit 251d35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arlo.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"typescript.tsdk": "client/node_modules/typescript/lib",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
Expand Down

0 comments on commit 251d35f

Please sign in to comment.