summaryrefslogtreecommitdiff
path: root/sublime-project
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-05-02 13:56:39 +0300
committerYuval Adam <yuval@y3xz.com>2015-05-02 13:56:39 +0300
commit0a6c46f40c0e1b2568390f200a66193cd996edb2 (patch)
tree8c240bb880847c837c70ed09a99a29b694385718 /sublime-project
parent92e3066430b1244827035b6167646722bba1fbc9 (diff)
Update project and ignores
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
+ }
+}