diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 44b456456c7..2c2262f0a7b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,6 +15,7 @@ "python.pythonPath": "/usr/local/bin/python", "python.linting.pylintEnabled": true, "python.linting.enabled": true, - "files.trimTrailingWhitespace": true + "files.trimTrailingWhitespace": true, + "editor.rulers": [80] } }