facelessuser / sublime-markdown-popups

Markdown popup dependency for Sublime
https://facelessuser.github.io/sublime-markdown-popups/
Other
112 stars 13 forks source link

Method to convert tabs to spaces based on tab stops #52

Closed facelessuser closed 6 years ago

facelessuser commented 6 years ago

Provide a method to convert code with tabs to spaces based on tab stops (within reasons). We won't have access to character width, but it will be better than converting solely by converting tabs to 4. Should be handy when you need it.