Skip to content

Commit

Permalink
Don't save format YAML files on save
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Jul 11, 2024
1 parent 0945d8b commit 5e5d875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false
},
}

0 comments on commit 5e5d875

Please sign in to comment.