diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c380475..bc14fe9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,9 @@ "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", "python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint", - "python.testing.pytestPath": "/usr/local/py-utils/bin/pytest" + "python.testing.pytestPath": "/usr/local/py-utils/bin/pytest", + "editor.tabSize": 2, + "editor.insertSpaces": false }, "extensions": [ "mhutchie.git-graph",