diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-10 17:49:23 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-10 17:49:23 +0300 |
| commit | add6508961c4fe3a6348e96654c905a73774d390 (patch) | |
| tree | 0c849fe28469154138dd529fb659061d14b0da50 /sublime-project | |
| parent | f6cfae2649a3447bee4df4d6a3e9286531a71d17 (diff) | |
Add pixelation
Diffstat (limited to 'sublime-project')
| -rw-r--r-- | sublime-project | 39 |
1 files changed, 21 insertions, 18 deletions
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 + } } |
