Skip to content

Instantly share code, notes, and snippets.

@cannikin
Created April 18, 2016 17:51
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 cannikin/de18c08eab69e03da44ae8faf7388e60 to your computer and use it in GitHub Desktop.
Save cannikin/de18c08eab69e03da44ae8faf7388e60 to your computer and use it in GitHub Desktop.
Ruby Sublime style settings
{
"binary_file_patterns":
[
"log/",
"tmp/"
],
"ensure_newline_at_eof_on_save": true,
"rulers":
[
80
],
"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