Skip to content

Commit c008af6

Browse files
committed
.vscode: enable format on save
1 parent 91b3771 commit c008af6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"python.testing.pytestEnabled": true,
1111
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
1212
"python.formatting.provider": "autopep8",
13-
"python.formatting.autopep8Path": "${workspaceFolder}/.venv/bin/autopep8"
13+
"python.formatting.autopep8Path": "${workspaceFolder}/.venv/bin/autopep8",
14+
"editor.formatOnSave": true
1415
}

0 commit comments

Comments
 (0)