Sublime project

This commit is contained in:
Tobias Oberstein
2013-09-27 07:54:24 +02:00
parent e16c53f5cd
commit b5dcb77eb8
2 changed files with 23 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
/autobahn/dist/*
/autobahn/autobahn.egg-info*/
doc/_build/*
*.sublime-workspace

View File

@@ -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"
}
}