From 27624d8b4c0e61a05fbcb6581eb0be254053efde Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 26 Sep 2016 01:20:06 +0300 Subject: Sublime Text 3: tabs to spaces I hope the developers have finally made their mind about this. Also, these new "definition" popups are annoying. --- .../Packages/User/Preferences.sublime-settings | 67 +++++++++++----------- 1 file changed, 34 insertions(+), 33 deletions(-) (limited to '%APPDATA%') diff --git a/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings b/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings index 0132872..cc0a909 100644 --- a/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings +++ b/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings @@ -1,35 +1,36 @@ { - "always_show_minimap_viewport": true, - "auto_complete_commit_on_tab": true, - "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme", - "detect_indentation": false, - "draw_indent_guides": false, - "draw_minimap_border": true, - "fallback_encoding": "Cyrillic (Windows 1251)", - "folder_exclude_patterns": - [ - ".git", - "__pycache__" - ], - "font_options": - [ - "no_italic", - "no_bold" - ], - "font_size": 11, - "highlight_line": true, - "highlight_modified_tabs": true, - "hot_exit": false, - "remember_open_files": false, - "rulers": - [ - 79 - ], - "scroll_speed": 0, - "show_encoding": true, - "show_line_endings": true, - "smart_indent": false, - "translate_tabs_to_spaces": true, - "trim_trailing_white_space_on_save": true, - "word_wrap": false + "always_show_minimap_viewport": true, + "auto_complete_commit_on_tab": true, + "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme", + "detect_indentation": false, + "draw_indent_guides": false, + "draw_minimap_border": true, + "fallback_encoding": "Cyrillic (Windows 1251)", + "folder_exclude_patterns": + [ + ".git", + "__pycache__" + ], + "font_options": + [ + "no_italic", + "no_bold" + ], + "font_size": 11, + "highlight_line": true, + "highlight_modified_tabs": true, + "hot_exit": false, + "remember_open_files": false, + "rulers": + [ + 79 + ], + "scroll_speed": 0, + "show_definitions": false, + "show_encoding": true, + "show_line_endings": true, + "smart_indent": false, + "translate_tabs_to_spaces": true, + "trim_trailing_white_space_on_save": true, + "word_wrap": false } -- cgit v1.2.3