andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
109 stars 43 forks source link

TABs as separators #207

Open pavoltravnik opened 6 years ago

pavoltravnik commented 6 years ago

Is there any issue with TABs to ignore them in highlighting and to have turned "translate_tabs_to_spaces": true, by default on? I thought, that is standard to have TABs as separators. If this is relevant, I could create pull request and modify it to be TAB friendly.

aaltat commented 6 years ago

I did do tab support because I use spaces as separator. But having tab support is good feature to have. Some functionality uses also variable from here: https://github.com/andriyko/sublime-robot-framework-assistant/blob/master/Robot.tmPreferences

To align arguments after completion.