Skip to content

Instantly share code, notes, and snippets.

@davidlumley
Created April 2, 2013 16:21
Show Gist options
  • Save davidlumley/5293583 to your computer and use it in GitHub Desktop.
Save davidlumley/5293583 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
{
"color_scheme" : "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"create_window_at_startup" : false,
"default_line_ending" : "unix",
"dictionary" : "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save" : true,
"font_face" : "Monaco",
"font_size" : 14.0,
"highlight_line" : true,
"ignored_packages" :
[
"Vintage"
],
"line_padding_bottom" : 1.0,
"line_padding_top" : 1.0,
"margin" : 2,
"new_window_settings" :
{
"show_minimap" : false
},
"rulers" :
[
80
],
"spell_check" : false,
"tab_size" : 2,
"theme" : "Soda Light.sublime-theme",
"trim_trailing_white_space_on_save" : false,
"translate_tabs_to_spaces" : true,
"bold_folder_labels" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment