Update devcontainer.json
parent
7bf140f921
commit
6c25c9760a
|
@ -15,6 +15,7 @@
|
|||
"python.pythonPath": "/usr/local/bin/python",
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true,
|
||||
"files.trimTrailingWhitespace": true
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"editor.rulers": [80]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue