Skip to content

Instantly share code, notes, and snippets.

@hezhao
Last active September 26, 2017 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hezhao/a2835bb66aaa06297e53ea7fae703387 to your computer and use it in GitHub Desktop.
Save hezhao/a2835bb66aaa06297e53ea7fae703387 to your computer and use it in GitHub Desktop.
Atom config
"*":
"autocomplete-python":
extraPaths: "$PROJECT/build/sos/venv/lib/python2.7/site-packages/"
pythonPaths: "$PROJECT/build/sos/venv/bin/python"
useKite: false
useSnippets: "all"
core:
themes: [
"one-dark-ui"
"atom-dark-syntax"
]
editor:
tabLength: 4
"exception-reporting":
userId: "03aadadc-6b48-4cd6-b0f4-4d003496cab5"
"git-diff":
showIconsInEditorGutter: true
"linter-flake8": {}
minimap: {}
"python-autopep8":
formatOnSave: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment