Skip to content

Instantly share code, notes, and snippets.

@MauMaGau
Created September 11, 2013 12:10
Show Gist options
  • Save MauMaGau/6522680 to your computer and use it in GitHub Desktop.
Save MauMaGau/6522680 to your computer and use it in GitHub Desktop.
Sublime user preferences
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": false,
"color_scheme": "Packages/Color Scheme - Default/iPlastic.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"drag_text": false,
"font_size": 11.0,
"highlight_line": true,
"highlight_modified_tabs": false,
"ignored_packages":
[
"Vintage"
],
"move_to_limit_on_up_down": true,
"save_on_focus_lost": false,
"shift_tab_unindent": true,
"show_tab_close_buttons": true,
"tab_size": 4,
"theme": "Refined-Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment