Skip to content

Instantly share code, notes, and snippets.

@htv2012
Last active August 29, 2015 14:20
Show Gist options
  • Save htv2012/eda7ae4f915ec8e35dad to your computer and use it in GitHub Desktop.
Save htv2012/eda7ae4f915ec8e35dad to your computer and use it in GitHub Desktop.
Sensible preferences for Sublime Text
{
"always_show_minimap_viewport": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"highlight_line": true,
"remember_full_screen": true,
"rulers": [72, 80, 120],
"show_encoding": true,
"show_line_endings": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"zzz": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment