update to current settings
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"auto_complete": true,
|
||||
"auto_complete_commit_on_tab": true,
|
||||
"bold_folder_labels": true,
|
||||
"csslint_options":
|
||||
{
|
||||
"empty-rules": true,
|
||||
"ids": false
|
||||
},
|
||||
"detect_slow_plugins": false,
|
||||
"draw_white_space" : "all",
|
||||
"file_exclude_patterns":
|
||||
[
|
||||
".DS_Store",
|
||||
@@ -21,18 +25,21 @@
|
||||
"tmp"
|
||||
],
|
||||
"font_face": "Menlo",
|
||||
"font_size": 12.0,
|
||||
"font_size": 14.0,
|
||||
"highlight_modified_tabs": true,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage"
|
||||
],
|
||||
"open_files_in_new_window": false,
|
||||
"path": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin",
|
||||
"scroll_past_end": true,
|
||||
"shift_tab_unindent": true,
|
||||
"tab_size": 4,
|
||||
"tab_size": 2,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"draw_white_space" : "all",
|
||||
"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
|
||||
|
||||
Reference in New Issue
Block a user