settings.json 272 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
{
  "editor.formatOnSave": true,
  "editor.wordWrap": "on",
  "python.autoComplete.addBrackets": true,
  "python.formatting.provider": "yapf",
  "python.linting.flake8Enabled": true,
  "python.linting.mypyEnabled": true,
  "python.analysis.completeFunctionParens": true
}