Skip to content

Instantly share code, notes, and snippets.

@krypton
Created August 22, 2012 08:41
Show Gist options
  • Save krypton/3423805 to your computer and use it in GitHub Desktop.
Save krypton/3423805 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Settings
{
"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