Skip to content

Commit 327e746

Browse files
committed
Add automatic code formatting in VS code
1 parent 3f07523 commit 327e746

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"[python]": {
3+
"editor.defaultFormatter": "ms-python.black-formatter",
4+
"editor.formatOnSave": true,
5+
6+
// Let Ruff handle lint fixes + import sorting on save
7+
"editor.codeActionsOnSave": {
8+
"source.fixAll.ruff": "explicit",
9+
"source.organizeImports.ruff": "explicit"
10+
}
11+
},
212
"cSpell.words": [
313
"adkim",
414
"afrf",

0 commit comments

Comments
 (0)