Created
June 15, 2016 01:46
-
-
Save SupaHam/ef7c1d9687903b8d5f58ec3604dc2995 to your computer and use it in GitHub Desktop.
My sublime settings on desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// SupaHam (https://github.com/SupaHam) | |
// Settings in here override those in "Default/Preferences.sublime-settings", | |
// and are overridden in turn by file type specific settings. | |
{ | |
"fade_fold_buttons": false, | |
"translate_tabs_to_spaces": true, | |
"always_show_minimap_viewport": true, | |
"highlight_line": true, | |
"indent_guide_options": ["draw_normal", "draw_active"], | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
// pressing <Up> in auto_completion's first item will go to last item, instead of hide it. | |
"auto_complete_cycle": true, | |
// shift-tab to unindent current line. | |
"shift_tab_unindent": true, | |
"auto_find_in_selection": true, | |
"drag_text": false, | |
// | |
// UI | |
// | |
// Colour tab names when tab is modified. Easy to distinguish amongst many files. | |
"highlight_modified_tabs": false, | |
// Middle click bruh | |
"show_tab_close_buttons": false, | |
// | |
// Application Behavior Settings | |
// | |
"show_full_path": false, | |
// I don't really go that deep with sublime, save resources for other stuff. | |
"index_files": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment