diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-07 16:45:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-07 16:45:53 +0300 |
commit | 0f96ff8d3cce34ef7db3ccca81475acda0c9a877 (patch) | |
tree | 6ce881500a59ee39cb094abf0645ad2413da3515 /.Sublime Text 3/Preferences.sublime-settings | |
parent | README update (diff) | |
download | linux-home-0f96ff8d3cce34ef7db3ccca81475acda0c9a877.tar.gz linux-home-0f96ff8d3cce34ef7db3ccca81475acda0c9a877.zip |
add Sublime Text 3 settings
* .bashrc: shopt -s nullglob
* .bashrc: errexit error handling
Diffstat (limited to '')
-rw-r--r-- | .Sublime Text 3/Preferences.sublime-settings | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.Sublime Text 3/Preferences.sublime-settings b/.Sublime Text 3/Preferences.sublime-settings new file mode 100644 index 0000000..c26e551 --- /dev/null +++ b/.Sublime Text 3/Preferences.sublime-settings @@ -0,0 +1,30 @@ +{ + "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, +} |