Skip to content

Commit b16d135

Browse files
committed
feat: add vscode settings for formatters
Signed-off-by: Scott Gibb <smgibb@yahoo.com>
1 parent c9df192 commit b16d135

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"[markdown]": {
3+
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
4+
},
5+
"[yaml]": {
6+
"editor.defaultFormatter": "esbenp.prettier-vscode"
7+
},
8+
"[json]": {
9+
"editor.defaultFormatter": "esbenp.prettier-vscode"
10+
},
11+
"[python]": {
12+
"editor.defaultFormatter": "charliermarsh.ruff"
13+
},
14+
"editor.formatOnSave": true
15+
}

0 commit comments

Comments
 (0)