Skip to content

Commit f01093c

Browse files
committed
Added python organize imports.
1 parent 548aacb commit f01093c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -395,5 +395,10 @@
395395
"files.watcherExclude": {
396396
"**/target": true
397397
},
398+
"[python]": {
399+
"editor.codeActionsOnSave": {
400+
"source.organizeImports": true
401+
}
402+
},
398403
"c3.rootPackage": ""
399404
}

0 commit comments

Comments
 (0)