Sublime project
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
||||
/autobahn/dist/*
|
||||
/autobahn/autobahn.egg-info*/
|
||||
doc/_build/*
|
||||
*.sublime-workspace
|
||||
|
||||
22
autobahnpython.sublime-project
Normal file
22
autobahnpython.sublime-project
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user