diff options
-rw-r--r-- | .subl/swift.sublime-project | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.subl/swift.sublime-project b/.subl/swift.sublime-project new file mode 100644 index 0000000..464eaf3 --- /dev/null +++ b/.subl/swift.sublime-project @@ -0,0 +1,16 @@ +/* http://www.sublimetext.com/docs/2/projects.html */ +{ + "folders": + [ + { + "path": "..", + "folder_exclude_patterns": ["tmp", ".sconf_temp", ".settings", "Swift.app"], + "file_exclude_patterns": [".cproject", ".project", ".sconsign.dblite", "*~", "config.log", "*.o"] + } + ], + "settings": + { + "tab_size": 4, + "translate_tabs_to_spaces": false + } +} |