diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-02 22:13:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-02 22:13:55 +0300 |
commit | b2b80be71419955ccae3e77c8f9d793ab665ac93 (patch) | |
tree | 8e41fdd84f48cfc9c5568741bc784a8620fbbe20 /.Sublime Text 3/Preferences.sublime-settings | |
parent | .gitconfig: add alias.l (diff) | |
download | linux-home-b2b80be71419955ccae3e77c8f9d793ab665ac93.tar.gz linux-home-b2b80be71419955ccae3e77c8f9d793ab665ac93.zip |
Sublime Text 3: spaces to tabs
Diffstat (limited to '.Sublime Text 3/Preferences.sublime-settings')
-rw-r--r-- | .Sublime Text 3/Preferences.sublime-settings | 62 |
1 files changed, 33 insertions, 29 deletions
diff --git a/.Sublime Text 3/Preferences.sublime-settings b/.Sublime Text 3/Preferences.sublime-settings index 7312db7..0132872 100644 --- a/.Sublime Text 3/Preferences.sublime-settings +++ b/.Sublime Text 3/Preferences.sublime-settings @@ -1,31 +1,35 @@ { - "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)", - "font_options": - [ - "no_italic", - "no_bold" - ], - "font_size": 11, - "highlight_line": true, - "highlight_modified_tabs": true, - "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, - "hot_exit": false, - "remember_open_files": false, - "folder_exclude_patterns": [".git", "__pycache__"], + "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 } |