[CalendarServer-changes] [13463] CalendarServer/trunk/support

source_changes at macosforge.org source_changes at macosforge.org
Thu May 8 11:37:13 PDT 2014


Revision: 13463
          http://trac.calendarserver.org//changeset/13463
Author:   wsanchez at apple.com
Date:     2014-05-08 11:37:13 -0700 (Thu, 08 May 2014)
Log Message:
-----------
Add Sublime project

Added Paths:
-----------
    CalendarServer/trunk/support/CalendarServer.sublime-project

Property Changed:
----------------
    CalendarServer/trunk/support/


Property changes on: CalendarServer/trunk/support
___________________________________________________________________
Modified: svn:ignore
   - *.pyc

   + *.pyc
CalendarServer.sublime-workspace


Added: CalendarServer/trunk/support/CalendarServer.sublime-project
===================================================================
--- CalendarServer/trunk/support/CalendarServer.sublime-project	                        (rev 0)
+++ CalendarServer/trunk/support/CalendarServer.sublime-project	2014-05-08 18:37:13 UTC (rev 13463)
@@ -0,0 +1,37 @@
+{
+	"folders":
+	[
+		{
+			"path": "..",
+            "folder_exclude_patterns": [
+                ".develop",
+                ".svn",
+                "CalendarServer.egg-info",
+                "data",
+                "src"
+            ],
+            "file_exclude_patterns": [
+                "*.pyc",
+                ".project",
+                ".pydevproject",
+                "bin/calendarserver_*"
+            ]
+		}
+	],
+    "settings":
+    {
+        "ensure_newline_at_eof_on_save": true,
+        "fallback_encoding": "UTF-8",
+        "rulers": [ 80 ],
+        "tab_size": 4,
+        "translate_tabs_to_spaces": true
+    },
+    "build_systems":
+    [
+        {
+            "name": "Unit Tests",
+            "cmd": [ "./bin/test", "$file" ],
+            "working_dir": "$project_path/.."
+        }
+    ]
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140508/14f59390/attachment.html>


More information about the calendarserver-changes mailing list