update sublime settings

This commit is contained in:
2016-01-08 11:36:50 -07:00
parent 039227a4c4
commit 29e7fe72fb

View File

@@ -1,4 +1,5 @@
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
@@ -8,7 +9,7 @@
"ids": false
},
"detect_slow_plugins": false,
"draw_white_space" : "all",
"draw_white_space": "all",
"file_exclude_patterns":
[
".DS_Store",
@@ -25,14 +26,22 @@
"tmp"
],
"font_face": "Menlo",
"font_size": 14.0,
"font_size": 15.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"path": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/d33t/.nvm/*/bin/jshint",
"overlay_scroll_bars": "enabled",
"path": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin",
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
@@ -40,7 +49,5 @@
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"detect_slow_plugins": false,
"scroll_past_end": true
"word_wrap": true
}