timonwong / SublimeAStyleFormatter

SublimeAStyleFormatter is a code formatter/beautifier for Sublime Text 2 & 3. It provides ability to format C/C++/C#/Java files.
MIT License
283 stars 42 forks source link

Adding extra file extentions. Is it posible from config ? #70

Open ch3ll0v3k opened 8 years ago

ch3ll0v3k commented 8 years ago

How can i add extra file extentions. I need .mq5 and .mqh it is same as . cpp and .h. Can't find anything in the settings files. Thank you!

fake-name commented 7 years ago

I'd like to be able to format "arduino" files, which are just c++ with the suffix .ino. This would be a nice function.