Skip to content

Instantly share code, notes, and snippets.

@felipefontoura
Last active February 26, 2016 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipefontoura/68c7a4649553ca503c95 to your computer and use it in GitHub Desktop.
Save felipefontoura/68c7a4649553ca503c95 to your computer and use it in GitHub Desktop.
Sublime Recipes
  • Solarized Color Scheme
  • SidebarEnhancements
  • Sass
  • Ruby Slim
  • Rspec
  • RailsGotoSpec
  • ColorPicker
  • MarkdownEditing
  • EditorConfig
{
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces": true,
"tab_size": 2,
"rulers": [110]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment