I installed the Ruby Slim package on Sublime Text 3 build 3065. The file set with Ruby Slim syntax are ignoring my settings, the most annoying of which are the indentations. I set both my global user settings as well as ruby slim settings to contain:
I installed the Ruby Slim package on Sublime Text 3 build 3065. The file set with Ruby Slim syntax are ignoring my settings, the most annoying of which are the indentations. I set both my global user settings as well as ruby slim settings to contain:
"tab_size": 2, "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true
Those settings work for every other file except for the ruby slim package.