Skip to content

Instantly share code, notes, and snippets.

@sirkosi
Last active October 29, 2015 14:57
Show Gist options
  • Save sirkosi/c616d51d13f51626b526 to your computer and use it in GitHub Desktop.
Save sirkosi/c616d51d13f51626b526 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"ignored_packages":
[
"Trimmer",
"Vintage"
],
"save_after_trim": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~@#$%^&*|+=[]{}`~",
"rulers": [80],
"show_full_path": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment