diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-10-05 08:34:48 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-10-05 08:34:48 (GMT) |
commit | 4c942cbb0b76383bfad10b3677a75a52f9193cf7 (patch) | |
tree | 1fa84cd38ad3a89da9d0ad8dac24ce45d3109f42 | |
parent | 3e972565e51f5b2fa7e9768d5d84a7d4b6dfc09b (diff) | |
download | swift-4c942cbb0b76383bfad10b3677a75a52f9193cf7.zip swift-4c942cbb0b76383bfad10b3677a75a52f9193cf7.tar.bz2 |
Add Sublime Text 2 project for a trial
-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 + } +} |