1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

isort imports on save (#564)

This commit is contained in:
Patrick Kanzler
2023-09-06 23:42:01 +02:00
committed by GitHub
parent 24217756f7
commit 8f07c1da0f

View File

@@ -11,4 +11,7 @@
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"python.formatting.provider": "black",
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
}