From c77dd1ea5f3bb1898d79aafdb2dd60cfa7263d22 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Mon, 10 Jan 2022 09:23:43 -0600 Subject: [PATCH] set tab config Former-commit-id: 1c3fc9a87268e883127cf2adf092b73e992649f0 --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",