There are my configs for IDEs that I use...
# In macOS
## VS Code
```
{
"editor.fontSize": 14,
"editor.wrappingColumn": 170,
"editor.cursorBlinking": "phase",
"editor.renderLineHighlight": "all",
"files.autoSave": "afterDelay",
"python.linting.flake8Enabled": true,
"workbench.activityBar.visible": true
}
```