summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--sublime-project20
2 files changed, 22 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2eea525..cd7e220 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
+ }
+}