Skip to content

Instantly share code, notes, and snippets.

@datt
Last active November 23, 2016 11:54
Show Gist options
  • Select an option

  • Save datt/9ee36f82534b20410b60 to your computer and use it in GitHub Desktop.

Select an option

Save datt/9ee36f82534b20410b60 to your computer and use it in GitHub Desktop.
#sublime #settings for Rails project : indentation, rulers etc.
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"margin": 2,
"rulers":
[
80,
150
],
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"enable_tab_scrolling": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment