set tab config

Former-commit-id: 1c3fc9a872
This commit is contained in:
Dev Singh 2022-01-10 09:23:43 -06:00
parent 74542c1d8f
commit c77dd1ea5f

View File

@ -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",