chore: set default formatter for markdown files

This commit is contained in:
Kim, Jimin 2024-10-11 18:04:37 +09:00
parent 41c7959b52
commit 977eb71fc8
Signed by: pomp
GPG key ID: 2B516173EDD492EB

View file

@ -117,7 +117,7 @@
"[ignore]": { "[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format" "editor.defaultFormatter": "foxundermoon.shell-format"
}, },
"[terraform]": { "[markdown]": {
"editor.defaultFormatter": "gamunu.opentofu" "editor.defaultFormatter": "esbenp.prettier-vscode"
} }
} }