mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-11-11 01:26:50 +00:00
pylint now uses tab indent
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
"python.linting.pylintEnabled": true,
|
"python.linting.pylintEnabled": true,
|
||||||
"python.linting.pylintPath": "/usr/local/bin/pylint",
|
"python.linting.pylintPath": "/usr/local/bin/pylint",
|
||||||
|
"python.linting.pylintArgs": ["--indent-string", "\t"],
|
||||||
"python.testing.pytestPath": "/usr/local/bin/pytest",
|
"python.testing.pytestPath": "/usr/local/bin/pytest",
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
"editor.insertSpaces": false
|
"editor.insertSpaces": false
|
||||||
|
|||||||
Reference in New Issue
Block a user