diff --git a/.gitignore b/.gitignore index b262b253..56b82db5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /autobahn/dist/* /autobahn/autobahn.egg-info*/ doc/_build/* +*.sublime-workspace diff --git a/autobahnpython.sublime-project b/autobahnpython.sublime-project new file mode 100644 index 00000000..f649f038 --- /dev/null +++ b/autobahnpython.sublime-project @@ -0,0 +1,22 @@ +{ + "folders": + [ + { + "follow_symlinks": false, + "name": "Autobahn Python", + "path": ".", + "folder_exclude_patterns": ["build", "dist", "*.egg-info"], + "file_exclude_patterns": ["*.pyc"] + } + ], + "settings": + { + "tab_size": 3, + "translate_tabs_to_spaces": true, + "use_tab_stops": true, + "detect_indentation": false, + "trim_trailing_white_space_on_save": true, + "ensure_newline_at_eof_on_save": true, + "default_encoding": "UTF-8" + } +}