update to current settings

This commit is contained in:
2014-04-30 21:01:47 -07:00
parent 3a8b4263cd
commit a3226a42ad

View File

@@ -1,10 +1,14 @@
{ {
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true, "bold_folder_labels": true,
"csslint_options": "csslint_options":
{ {
"empty-rules": true, "empty-rules": true,
"ids": false "ids": false
}, },
"detect_slow_plugins": false,
"draw_white_space" : "all",
"file_exclude_patterns": "file_exclude_patterns":
[ [
".DS_Store", ".DS_Store",
@@ -21,18 +25,21 @@
"tmp" "tmp"
], ],
"font_face": "Menlo", "font_face": "Menlo",
"font_size": 12.0, "font_size": 14.0,
"highlight_modified_tabs": true, "highlight_modified_tabs": true,
"ignored_packages": "ignored_packages":
[ [
"Vintage" "Vintage"
], ],
"open_files_in_new_window": false, "open_files_in_new_window": false,
"path": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin",
"scroll_past_end": true,
"shift_tab_unindent": true, "shift_tab_unindent": true,
"tab_size": 4, "tab_size": 2,
"translate_tabs_to_spaces": true, "translate_tabs_to_spaces": true,
"draw_white_space" : "all", "trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true, "trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true, "word_wrap": true,
"detect_slow_plugins": false, "detect_slow_plugins": false,
"scroll_past_end": true "scroll_past_end": true