update sublime settings
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"always_show_minimap_viewport": true,
|
||||||
"auto_complete": true,
|
"auto_complete": true,
|
||||||
"auto_complete_commit_on_tab": true,
|
"auto_complete_commit_on_tab": true,
|
||||||
"bold_folder_labels": true,
|
"bold_folder_labels": true,
|
||||||
@@ -25,14 +26,22 @@
|
|||||||
"tmp"
|
"tmp"
|
||||||
],
|
],
|
||||||
"font_face": "Menlo",
|
"font_face": "Menlo",
|
||||||
"font_size": 14.0,
|
"font_size": 15.0,
|
||||||
"highlight_modified_tabs": true,
|
"highlight_modified_tabs": true,
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
[
|
[
|
||||||
"Vintage"
|
"Vintage"
|
||||||
],
|
],
|
||||||
|
"indent_guide_options":
|
||||||
|
[
|
||||||
|
"draw_normal",
|
||||||
|
"draw_active"
|
||||||
|
],
|
||||||
|
"line_padding_bottom": 1,
|
||||||
|
"line_padding_top": 1,
|
||||||
"open_files_in_new_window": false,
|
"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,
|
"scroll_past_end": true,
|
||||||
"shift_tab_unindent": true,
|
"shift_tab_unindent": true,
|
||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
@@ -40,7 +49,5 @@
|
|||||||
"trim_automatic_white_space": true,
|
"trim_automatic_white_space": true,
|
||||||
"trim_trailing_white_space_on_save": true,
|
"trim_trailing_white_space_on_save": true,
|
||||||
"wide_caret": true,
|
"wide_caret": true,
|
||||||
"word_wrap": true,
|
"word_wrap": true
|
||||||
"detect_slow_plugins": false,
|
|
||||||
"scroll_past_end": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user