diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3c5e145 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "python.formatting.provider": "black", + "python.formatting.blackArgs": [ + "--line-length=119" + ] +} \ No newline at end of file