Vim package control, tools, improvements, bullshit

This commit is contained in:
Gregory Eremin
2013-01-20 13:39:11 +04:00
parent f3123a736d
commit 3181ab8f19
15 changed files with 502 additions and 12 deletions
+3 -1
View File
@@ -15,5 +15,7 @@
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".git", ".bundle"],
"file_exclude_patterns": [".DS_Store"]
}