summaryrefslogtreecommitdiff
path: root/sublime-project
diff options
context:
space:
mode:
Diffstat (limited to 'sublime-project')
-rw-r--r--sublime-project24
1 files changed, 24 insertions, 0 deletions
diff --git a/sublime-project b/sublime-project
new file mode 100644
index 0000000..7d9dc55
--- /dev/null
+++ b/sublime-project
@@ -0,0 +1,24 @@
+{
+ "folders":
+ [
+ {
+ "path": ".",
+ "folder_exclude_patterns": [
+ ".git",
+ ".vagrant",
+ "__pycache__"
+ ],
+ "file_exclude_patterns": [
+ "*.pyc",
+ "*.sublime-workspace"
+ ]
+ }
+ ],
+ "settings":
+ {
+ "tab_size": 4,
+ "translate_tabs_to_spaces": true,
+ "trim_trailing_white_space_on_save": true,
+ "ensure_newline_at_eof_on_save": true
+ }
+}