slim-template / ruby-slim.tmbundle

A Textmate / Sublime Text bundle for Slim
http://slim-lang.com/
MIT License
184 stars 46 forks source link

Sublime package ignores settings #51

Closed marcindobry closed 9 years ago

marcindobry commented 9 years ago

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.