suroegin
2/7/2017 - 7:41 AM

There are my configs for IDEs that I use...

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
}
```