Created
July 8, 2016 16:48
-
-
Save microaeris/fa1a3886b2715ab64cc65ee3789015d5 to your computer and use it in GitHub Desktop.
Anaconda Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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