Hacker News new | ask | show | jobs
by eivarv 3389 days ago
Doesn't Sublime Text already support this on a per-project basis, i.e. the "settings"-section in ´.sublime-project´ files?
1 comments

Not fully, you cannot configure syntax specific settings (settings for different markup/programming language files) in ".sublime-project" files, only globally. Also, for ".sublime-project" files to work, you need to add the project to Sublime Text's project list. I wanted something more flexible...