Phidica / sublime-fish

A robust Sublime Text syntax package for fish
MIT License
35 stars 2 forks source link

snippets don't respect tab size and "translate to spaces" settings #12

Closed rwols closed 6 years ago

rwols commented 6 years ago

In the snippet files, all snippets that apply an indentation indent with 2 spaces. If you use a tab character for the indent, Sublime will automatically translate that to 4 spaces, or tabs, or whatever. Right now I have my settings set to 4 spaces + translate tabs to spaces, but inserting a snippet gives me a 2 space indent.

Also it's probably a good idea to organize those snippet files in a subfolder snippets.

Phidica commented 6 years ago

Ahh of course, I didn't think about that. I'll fix them up