Skip to content

Instantly share code, notes, and snippets.

@Tyderion
Created May 24, 2013 13:07
Show Gist options
  • Save Tyderion/5643369 to your computer and use it in GitHub Desktop.
Save Tyderion/5643369 to your computer and use it in GitHub Desktop.
Sublime Preferences File
{
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"match_brackets_angle": true,
"mouse_wheel_switches_tabs": true,
"rulers":
[
80,
100
],
"save_on_focus_lost": true,
"scroll_past_end": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment