Skip to content

Instantly share code, notes, and snippets.

@jsatk
Created April 22, 2014 20:59
Show Gist options
  • Save jsatk/11194119 to your computer and use it in GitHub Desktop.
Save jsatk/11194119 to your computer and use it in GitHub Desktop.
Sensible Default SublimeText Preferences
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"caret_style": "phase",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
],
"match_brackets_angle": true,
"open_files_in_new_window": false,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_width": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment