Skip to content

Instantly share code, notes, and snippets.

@waterlink
Last active December 19, 2015 23:49
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 waterlink/6037549 to your computer and use it in GitHub Desktop.
Save waterlink/6037549 to your computer and use it in GitHub Desktop.
My ruby sublime text 3 settings
{
"font_size": 7.1,
"rulers": [79, 105],
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"highlight_line": true,
"line_padding_top": -1,
"line_padding_bottom": -2,
"indent_guide_options": ["draw_active"],
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"save_on_focus_lost": true,
"auto_complete_delay": 16,
"draw_white_space": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment