Skip to content

Instantly share code, notes, and snippets.

@lukelex
Created April 22, 2013 19:15
Show Gist options
  • Select an option

  • Save lukelex/5437685 to your computer and use it in GitHub Desktop.

Select an option

Save lukelex/5437685 to your computer and use it in GitHub Desktop.
Sublime config
{
"auto_indent": true,
"auto_reload_changed": true,
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"scroll_past_end": true,
"smart_indent": true,
"tab_size": 2,
"theme": "Nexus.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