Skip to content

Instantly share code, notes, and snippets.

@SupaHam
Created June 15, 2016 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SupaHam/ef7c1d9687903b8d5f58ec3604dc2995 to your computer and use it in GitHub Desktop.
Save SupaHam/ef7c1d9687903b8d5f58ec3604dc2995 to your computer and use it in GitHub Desktop.
My sublime settings on desktop.
// 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