Skip to content

Commit 20b249a

Browse files
committed
chore: remove trailing comma from Python formatter setting in settings.json
1 parent 0dcc9f6 commit 20b249a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.formatOnSave": true,
33
"[python]": {
4-
"editor.defaultFormatter": "charliermarsh.ruff",
4+
"editor.defaultFormatter": "charliermarsh.ruff"
55
}
66
}

0 commit comments

Comments
 (0)