set tab config

This commit is contained in:
Dev Singh 2022-01-10 09:23:43 -06:00
parent ceaf3f2891
commit 1c3fc9a872

View File

@ -17,7 +17,9 @@
"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/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": [ "extensions": [
"mhutchie.git-graph", "mhutchie.git-graph",