Last active
August 29, 2015 14:20
-
-
Save htv2012/eda7ae4f915ec8e35dad to your computer and use it in GitHub Desktop.
Sensible preferences for Sublime Text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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