From 4c942cbb0b76383bfad10b3677a75a52f9193cf7 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Wed, 5 Oct 2011 09:34:48 +0100 Subject: Add Sublime Text 2 project for a trial 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 + } +} -- cgit v0.10.2-6-g49f6