Skip to content

Instantly share code, notes, and snippets.

@pyar6329
Created February 6, 2014 10:33
Show Gist options
  • Save pyar6329/8841808 to your computer and use it in GitHub Desktop.
Save pyar6329/8841808 to your computer and use it in GitHub Desktop.
SublimeText Rails indent Settings(rb, yml, html, html.erb, sass, scss, less, coffee)
{
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": 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