Skip to content

Instantly share code, notes, and snippets.

@microaeris
Created July 8, 2016 16:48
Show Gist options
  • Save microaeris/fa1a3886b2715ab64cc65ee3789015d5 to your computer and use it in GitHub Desktop.
Save microaeris/fa1a3886b2715ab64cc65ee3789015d5 to your computer and use it in GitHub Desktop.
Anaconda Settings
{
"auto_complete_triggers": [{"selector": "source.python - string - comment- constant.numeric", "characters": "."}],
"complete_parameters": true,
"enable_signatures_tooltip": true,
"merge_signatures_and_doc": true,
"anaconda_linting_behaviour": "save-only",
"pep8_ignore":
[
"E501"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment