Skip to content

Instantly share code, notes, and snippets.

@suroegin
Last active June 8, 2017 09:42
Show Gist options
  • Save suroegin/c77199c41b396d5ac8fc8f507d682dea to your computer and use it in GitHub Desktop.
Save suroegin/c77199c41b396d5ac8fc8f507d682dea to your computer and use it in GitHub Desktop.
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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment