Files
deb-python-autobahn/autobahnpython.sublime-project
Tobias Oberstein b5dcb77eb8 Sublime project
2013-09-27 07:54:24 +02:00

23 lines
503 B
Plaintext

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