diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | sublime-project | 20 |
2 files changed, 22 insertions, 1 deletions
@@ -1 +1,2 @@ -.env
\ No newline at end of file +.env +sublime-project.sublime-workspace diff --git a/sublime-project b/sublime-project new file mode 100644 index 0000000..9799c4c --- /dev/null +++ b/sublime-project @@ -0,0 +1,20 @@ +{ + "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 + } +} |
