fixed the autopep8 args

This commit is contained in:
John Lancaster
2023-05-25 23:36:40 -05:00
parent 6d8344c59e
commit e8ac0e1f58

View File

@@ -26,9 +26,11 @@
// "python.editor.defaultFormatter": "ms-python.autopep8", // "python.editor.defaultFormatter": "ms-python.autopep8",
"[python]": { "[python]": {
"editor.defaultFormatter": "ms-python.autopep8", "editor.defaultFormatter": "ms-python.autopep8",
"formatting.autopep8Args": ["--max-line-length", "120", "--experimental"],
"editor.formatOnSave": true "editor.formatOnSave": true
} },
"autopep8.args": [
"--max-line-length 120"
]
} }
} }
} }