btwael / mammouth

Unfancy PHP
http://mammouth.boutglay.com
MIT License
214 stars 22 forks source link

Auto indent #67

Closed avarayr closed 8 years ago

avarayr commented 8 years ago

Is there a way to make Sublime Text automatically insert TABs after any FUNCs IFs FOR, WHILE loops, etc? Just like python or ruby or coffeescript

set syntax to python and write, for example:

if expr:

and then press ENTER I found this for Coffeescript plugin https://github.com/aponxi/sublime-better-coffeescript/blob/master/Indent.tmPreferences

avarayr commented 8 years ago

Created it myself. Merge #73