gargoyle/gargoyle.sublime-project
2012-11-05 16:31:50 -08:00

25 lines
379 B
Text

{
"folders": [
{
"folder_exclude_patterns": [
"*.egg",
"build",
"dist",
"*.egg-info",
"doc/_*",
".ropeproject"
],
"file_exclude_patterns": [
"*.egg",
"*.sublime-workspace",
"*_pb2.py"
],
"path": "."
}
],
"settings": {
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
}