diff options
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 + } } |
