Created
August 22, 2012 08:41
-
-
Save krypton/3423805 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Settings
This file contains 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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme", | |
"default_encoding": "ISO-8859-1", | |
"detect_indentation": false, | |
"draw_minimap_border": true, | |
"font_face": "Bitstream Vera Sans Mono", | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": [ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"rulers": [ | |
80, | |
120 | |
], | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": 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