Skip to content

Commit bb5a091

Browse files
committed
added formatOnSave
1 parent 77c4b35 commit bb5a091

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"extensions": [
1414
"ms-python.python",
1515
"ms-python.black-formatter"
16-
]
16+
],
17+
"settings": {
18+
"editor.defaultFormatter": "ms-python.black-formatter",
19+
"editor.formatOnSave": true
20+
}
1721
}
1822
}
1923
}

0 commit comments

Comments
 (0)