From 2f83604e14d38a83e0ef1de528f51a9b30ce76d4 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Mon, 10 Jan 2022 20:02:58 +0000 Subject: [PATCH] use tab size 4 --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bc14fe9..81b21b5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,9 +16,9 @@ "python.linting.mypyPath": "/usr/local/py-utils/bin/mypy", "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.linting.pylintPath": "/usr/local/bin/pylint", "python.testing.pytestPath": "/usr/local/py-utils/bin/pytest", - "editor.tabSize": 2, + "editor.tabSize": 4, "editor.insertSpaces": false }, "extensions": [