increased max line length setting

This commit is contained in:
John Lancaster
2023-06-11 10:37:48 -05:00
parent bb5a193135
commit f11ba04453

View File

@@ -2,5 +2,8 @@
"[python]": { "[python]": {
"editor.defaultFormatter": "ms-python.autopep8" "editor.defaultFormatter": "ms-python.autopep8"
}, },
"python.formatting.provider": "none" "python.formatting.provider": "none",
"autopep8.args": [
"--max-line-length 120"
]
} }