Skip to content

Commit 67c4d52

Browse files
Don't save format YAML files on save
1 parent 83afe17 commit 67c4d52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

+4
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@
1313
"[python]": {
1414
"editor.defaultFormatter": "ms-python.black-formatter"
1515
}
16+
"[yaml]": {
17+
"editor.defaultFormatter": "esbenp.prettier-vscode",
18+
"editor.formatOnSave": false
19+
},
1620
}

0 commit comments

Comments
 (0)