From add6508961c4fe3a6348e96654c905a73774d390 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 10 Jun 2015 17:49:23 +0300 Subject: Add pixelation --- sublime-project | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'sublime-project') diff --git a/sublime-project b/sublime-project index 9799c4c..360a00e 100644 --- a/sublime-project +++ b/sublime-project @@ -1,20 +1,23 @@ { - "folders": - [ - { - "path": ".", - "folder_exclude_patterns": [ - ".git", - ".meteor" - ], - "file_exclude_patterns": [] - } - ], - "settings": - { - "tab_size": 2, - "translate_tabs_to_spaces": true, - "trim_trailing_white_space_on_save": true, - "ensure_newline_at_eof_on_save": true - } + "folders": + [ + { + "folder_exclude_patterns": + [ + ".git", + ".meteor" + ], + "path": "/Users/yuval/dev/colors" + }, + { + "path": "/Users/yuval/dev/colors-playground" + } + ], + "settings": + { + "ensure_newline_at_eof_on_save": true, + "tab_size": 2, + "translate_tabs_to_spaces": true, + "trim_trailing_white_space_on_save": true + } } -- cgit v1.3.1