use tab size 4

This commit is contained in:
Dev Singh 2022-01-10 20:02:58 +00:00
parent 40252dd74c
commit 2f83604e14

View File

@ -16,9 +16,9 @@
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy", "python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
"python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle",
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", "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", "python.testing.pytestPath": "/usr/local/py-utils/bin/pytest",
"editor.tabSize": 2, "editor.tabSize": 4,
"editor.insertSpaces": false "editor.insertSpaces": false
}, },
"extensions": [ "extensions": [