1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

Merge branch 'master' into refactor-set-method

This commit is contained in:
Patrick Kanzler
2023-09-06 23:42:28 +02:00
committed by GitHub

View File

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