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

Disable formatting for certain file types #59

Open mengstr opened 9 years ago

mengstr commented 9 years ago

I've set set _"autoformat_onsave": true option and it works just fine, maybe a bit too fine since .dat files are also formatted. But strangely enough not .txt files.

So how can I make it to ignore .dat files as well?

ch3ll0v3k commented 8 years ago

Hey, i have same question bud in reverse mode. 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.