ble-sensors/.vscode/settings.json
2020-08-08 19:00:41 -05:00

16 lines
562 B
JSON

{
"files.autoSave": "afterDelay",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"python.formatting.autopep8Args": ["--max-line-length=160"],
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--max-line-length=160"],
"python.linting.pycodestyleEnabled": false,
"python.linting.pylintEnabled": false,
"editor.autoIndent": "full",
"python.pythonPath": "/usr/bin/python3",
"go.useLanguageServer": true
}