From f11ba04453726b7c22a7c3b0894d710a3c1f5d11 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 11 Jun 2023 10:37:48 -0500 Subject: [PATCH] increased max line length setting --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9ee86e7..1accd9d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,8 @@ "[python]": { "editor.defaultFormatter": "ms-python.autopep8" }, - "python.formatting.provider": "none" + "python.formatting.provider": "none", + "autopep8.args": [ + "--max-line-length 120" + ] } \ No newline at end of file