Skip to content

Instantly share code, notes, and snippets.

@mtrovilho
Created March 5, 2015 13:50
Show Gist options
  • Save mtrovilho/1cac7753385396006dd9 to your computer and use it in GitHub Desktop.
Save mtrovilho/1cac7753385396006dd9 to your computer and use it in GitHub Desktop.
Sublime Text 2 - User Settings
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "solid",
"close_windows_when_empty": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"create_window_at_startup": false,
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"match_brackets_angle": true,
"move_to_limit_on_up_down": true,
"save_on_focus_lost": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment