Skip to content

Development Environment

Kandru.de edited this page Apr 6, 2015 · 2 revisions

We use SublimeText 3 with Anaconda for development. Tab Size: 4. Please add the following settings to your SublimeText:

Preferences / Settings - User

{ "ignored_packages": [ "Vintage" ], "ensure_newline_at_eof_on_save": true, "folder_exclude_patterns": [ ".svn", ".git", ".hg", "CVS", "pycache" ], }

Preferences / Settings - More / Syntax Specific - User

{ "translate_tabs_to_spaces": true, "pep8_ignore": [ "E501", "E309", "E301", "E302", "E303", "E261" ], }

Clone this wiki locally